This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # within ansible-pulp (and a venv for molecule): | |
| molecule destroy | |
| molecule create -s default-upgrade | |
| molecule converge -s default-upgrade | |
| # Observe that the task "pulp : Install pulpcore package via PyPI" was "changed" for all 3 containers. Dep updates can trigger it too. | |
| docker ps | |
| # I just picked the centos 7 container's ID. | |
| docker exec -it bd9ce5db336a /bin/bash | |
| within the molecule VM-like container: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - hosts: all | |
| become: true | |
| tasks: | |
| - file: | |
| path: /become-test | |
| state: touch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pulp_default_admin_password: password | |
| pulp_use_system_wide_pkgs: true | |
| pulp_install_plugins: | |
| pulp-certguard: | |
| source_dir: "git+https://github.com/pulp/pulp-certguard.git#egg=pulp-certguard" | |
| pulp-docker: | |
| source_dir: "git+https://github.com/pulp/pulp_docker.git#egg=pulp-docker" | |
| pulp-rpm: | |
| prereq_role: "pulp-rpm-prerequisites" | |
| source_dir: "git+https://github.com/pulp/pulp_rpm.git#egg=pulp-rpm" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mike@dropship-hv:/gv1/homes/DEPAULO/mike/ddh/duckpan-vagrant :) [8] $ vagrant plugin install vagrant-berkshelf --plugin-version=2.0.1 | |
| Installing the 'vagrant-berkshelf --version '2.0.1'' plugin. This can take a few minutes... | |
| Installed the plugin 'vagrant-berkshelf (2.0.1)'! | |
| mike@dropship-hv:/gv1/homes/DEPAULO/mike/ddh/duckpan-vagrant :) [9] $ | |
| mike@dropship-hv:/gv1/homes/DEPAULO/mike/ddh/duckpan-vagrant :) [9] $ bundler | |
| Using addressable 2.3.6 | |
| Using multipart-post 2.0.0 | |
| Using faraday 0.9.0 | |
| Using berkshelf-api-client 1.2.0 | |
| Using buff-extensions 1.0.0 |
NewerOlder