From c9f5d37b2e378695f1c3d84e41f1d97c8e3bd36e Mon Sep 17 00:00:00 2001 From: Mikhail S Medvedev Date: Wed, 22 Oct 2014 10:26:11 -0500 Subject: [PATCH] Rename config => system-config in devstack-gate The openstack-infra/config repo has been renamed to openstack-infra/system-config. This patch edits devstack-gate doc file. Change-Id: I55eaf754f43be8fe273e8d4d591d18b73880a913 --- README.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index b146f935..0c06e74f 100644 --- a/README.rst +++ b/README.rst @@ -140,8 +140,9 @@ By comparison, a provider settings file for HPCloud:: Note: The image regularly changes as new images are uploaded, for the specific image name currently used for tests, see -`nodepool.yaml.erb `_. +`nodepool.yaml.erb `_. Source the provider settings, boot a server named "testserver" (chosen arbitrarily for this example) with your SSH key allowed, and log into @@ -162,9 +163,10 @@ Upgrade the server, install git and pip packages, add tox via pip a current kernel:: apt-get install -y git \ - && git clone https://review.openstack.org/p/openstack-infra/config \ - && config/install_puppet.sh && config/install_modules.sh \ - && puppet apply --modulepath=/root/config/modules:/etc/puppet/modules \ + && git clone https://review.openstack.org/p/openstack-infra/system-config \ + && system-config/install_puppet.sh && system-config/install_modules.sh \ + && puppet apply \ + --modulepath=/root/system-config/modules:/etc/puppet/modules \ -e "class { openstack_project::single_use_slave: install_users => false, ssh_key => \"$( cat .ssh/id_rsa.pub | awk '{print $2}' )\" }" \ && echo "jenkins ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers \ @@ -245,7 +247,7 @@ the relevant repository:: https://git.openstack.org/cgit/openstack-infra/devstack-gate https://git.openstack.org/cgit/openstack-infra/nodepool - https://git.openstack.org/cgit/openstack-infra/config + https://git.openstack.org/cgit/openstack-infra/system-config https://git.openstack.org/cgit/openstack-infra/project-config You can file bugs on the openstack-ci project::