Skip to content

Instantly share code, notes, and snippets.

@nrb
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrb/c5661fa55bb26119d967 to your computer and use it in GitHub Desktop.
Save nrb/c5661fa55bb26119d967 to your computer and use it in GitHub Desktop.
root@nolan-aio:/opt/os-ansible-deployment/playbooks# ansible repo_all -a "ls /var/www/repo"
aio1_repo_container-2746b48f | success | rc=0 >>
index.html
links
openstackgit
os-releases
pools
python_packages
reports
aio1_repo_container-0f6c3409 | success | rc=0 >>
index.html
links
openstackgit
os-releases
pools
python_packages
reports
root@nolan-aio:/opt/os-ansible-deployment/playbooks# git fetch https://review.openstack.org/stackforge/os-ansible-deployment refs/changes/99/195399/2 && git checkout FETCH_HEAD
remote: Counting objects: 7, done
remote: Finding sources: 100% (4/4)
remote: Total 4 (delta 3), reused 4 (delta 3)
Unpacking objects: 100% (4/4), done.
From https://review.openstack.org/stackforge/os-ansible-deployment
* branch refs/changes/99/195399/2 -> FETCH_HEAD
M playbooks/ansible.cfg
Note: checking out 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 6a277dc... Updated the clone process to exclude unneeded files
root@nolan-aio:/opt/os-ansible-deployment/playbooks# openstack-ansible repo-clone-mirror.yml
Variable files: "-e @/etc/openstack_deploy/user_group_vars.yml -e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml "
PLAY [Cloning the upstream repo mirror] ***************************************
TASK: [Sync the upstream repo(s)] *********************************************
changed: [aio1_repo_container-0f6c3409]
PLAY RECAP ********************************************************************
aio1_repo_container-0f6c3409 : ok=1 changed=1 unreachable=0 failed=0
root@nolan-aio:/opt/os-ansible-deployment/playbooks# ansible repo_all -a "ls /var/www/repo"
aio1_repo_container-0f6c3409 | success | rc=0 >>
container_images
downloads
links
openstackgit
os-releases
pools
python_packages
README
reports
rpc-trusty-container.tgz
aio1_repo_container-2746b48f | success | rc=0 >>
container_images
downloads
links
openstackgit
os-releases
pools
python_packages
README
reports
rpc-trusty-container.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment