The currently installed list is already automated through 690ca84c957b7 (and the current test), so we've only to saltize the new list.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Sep 13 2018
Current list of Node packages globally installed on Ysul
Migration from jscs to eslint
Test through salt equatower state.apply roles/paas-docker test=True
$ salt equatower state.apply roles/paas-docker/docker test=True equatower: ---------- ID: remove_legacy_docker_packages Function: pkg.removed Result: True Comment: All specified packages are already absent Started: 12:33:07.613371 Duration: 4789.829 ms Changes: ---------- ID: install_docker_engine Function: file.managed Name: /etc/yum.repos.d/docker-ce.repo Result: True Comment: The file /etc/yum.repos.d/docker-ce.repo is in the correct state Started: 12:33:12.407021 Duration: 26.856 ms Changes: ---------- ID: install_docker_engine Function: pkg.installed Result: True Comment: All specified packages are already installed Started: 12:33:12.462210 Duration: 36.229 ms Changes: ---------- ID: docker_network_cd Function: docker_network.present Name: cd Result: True Comment: Network 'cd' already exists, and is configured as specified Started: 12:33:12.515410 Duration: 460.6 ms Changes:
Remove virt7 repo (we use docker-ce repo, declared in docker unit)
The following regexp was used to replace lines:
Sep 12 2018
In D1748#25326, @dereckson wrote:Artifact
With this pipeline, documentation is generated at https://cd.nasqueron.org/job/limiting-factor-doc/lastSuccessfulBuild/artifact/*zip*/archive.zip.
If we decompress the archive, documentation is in the archive/target/doc/ folder.
Next step
One of them:
- Publish to docs.nasqueron.org through Jenkinsfile (requires the node and Ysul to be configured with a relevant ssh key)
- Publish through Jenkins ssh plugin (solution used on the old CI, probably not compatible with pipelines, credentials were in Jenkins)
- Trigger a Salt task to fetch the artifact archive and publish it
With this pipeline, documentation is generated at https://cd.nasqueron.org/job/limiting-factor-doc/lastSuccessfulBuild/artifact/*zip*/archive.zip.
Issue fixed in 9355600260c9.
I guess the image tries to run the sshd daemon as app instead of root.
$ docker logs rust_brown Could not load host key: /etc/ssh/ssh_host_rsa_key Could not load host key: /etc/ssh/ssh_host_ecdsa_key Could not load host key: /etc/ssh/ssh_host_ed25519_key
s/PHP/Rust
Tweak Dockerfile after test builds