Page MenuHomeDevCentral

Provision software to Ysul
ClosedPublic

Authored by dereckson on Oct 20 2017, 01:09.
Tags
None
Referenced Files
F2824993: D1070.id2752.diff
Thu, Apr 18, 13:14
Unknown Object (File)
Wed, Apr 17, 15:20
Unknown Object (File)
Tue, Apr 16, 16:20
Unknown Object (File)
Mon, Apr 15, 05:29
Unknown Object (File)
Sat, Apr 13, 15:27
Unknown Object (File)
Wed, Apr 10, 16:43
Unknown Object (File)
Wed, Apr 10, 16:43
Unknown Object (File)
Wed, Apr 10, 10:22

Details

Summary

This change installs the same userland environment than on Eglide,
and provides for local additions.

Ref T1268
Ref T1273

This change also hunted the following tasks to saltize them:

Test Plan

salt-call state.apply roles/devserver/userland-software

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

+wget in FreeBSD
+tree

roles/devserver/userland-software/dev.sls
10

Probably useful in the future, but if there is only rust, it's not.

Tweaks to get a full success

dereckson retitled this revision from WIP: provision software to Ysul to Provision software to Ysul.Oct 20 2017, 22:01
dereckson edited the summary of this revision. (Show Details)
dereckson marked an inline comment as done.

+TCL

Looks good and applies well, but in the coming hours, I guess I'll have a bunch to add.

This revision is now accepted and ready to land.Oct 20 2017, 22:15

More software. Base and dev tested, misc WIP (testing is running on Ysul, installing TeX stuff).

Works well but there is a strange dance for phpunit:

Oct 21 01:08:21 ysul pkg: phpunit-5.7.20 deinstalled
Oct 21 01:08:22 ysul pkg: php56-phar-5.6.31 deinstalled
Oct 21 01:08:22 ysul pkg: php56-dom-5.6.31 deinstalled
Oct 21 01:08:22 ysul pkg: php56-hash-5.6.31 deinstalled
Oct 21 01:08:22 ysul pkg: php56-json-5.6.31 deinstalled
Oct 21 01:08:22 ysul pkg: php56-5.6.31 deinstalled
Oct 21 01:08:23 ysul pkg: php71-7.1.10 installed
Oct 21 01:08:41 ysul pkg: php71-7.1.10 deinstalled
Oct 21 01:08:42 ysul pkg: php56-5.6.31 installed
Oct 21 01:08:42 ysul pkg: php56-hash-5.6.31 installed
Oct 21 01:08:42 ysul pkg: php56-dom-5.6.31 installed
Oct 21 01:08:42 ysul pkg: php56-json-5.6.31 installed
Oct 21 01:08:42 ysul pkg: php56-phar-5.6.31 installed
Oct 21 01:08:43 ysul pkg: phpunit-5.7.20 installed

This revision was automatically updated to reflect the committed changes.