Last active
October 11, 2017 21:04
-
-
Save msimonin/09abc00164a4ee2cdbbc99b2138d8dd8 to your computer and use it in GitHub Desktop.
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
docker run --privileged -u ansible -v /etc/kolla//kolla-toolbox/:/var/lib/kolla/config_files/:ro -e KOLLA_SERVICE_NAME=kolla-toolbox -e ANSIBLE_LIBRARY=/usr/share/ansible -e ANSIBLE_NOCOLOR=1 -e KOLLA_CONFIG_STRATEGY=COPY_ALWAYS -e PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -e KOLLA_BASE_DISTRO=centos -e KOLLA_INSTALL_TYPE=source -e KOLLA_INSTALL_METATYPE=mixed -ti beyondtheclouds/centos-source-kolla-toolbox:5.0.1 | |
INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json | |
INFO:__main__:Validating config file | |
INFO:__main__:Kolla config strategy set to: COPY_ALWAYS | |
INFO:__main__:Copying service configuration files | |
INFO:__main__:Writing out command to execute | |
Running command: 'sleep infinity' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment