diff --git a/.zuul.yaml b/.zuul.yaml index df2e025fe..292d612a7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -38,8 +38,7 @@ parent: packstack-base vars: selinux_enforcing: "false" - # change to ussuri promoted url when available - delorean: "https://trunk.rdoproject.org/centos8-master/puppet-passed-ci/delorean.repo" + delorean: "https://trunk.rdoproject.org/centos8-ussuri/current-tripleo-rdo/delorean.repo" delorean_deps: "https://trunk.rdoproject.org/centos8-ussuri/delorean-deps.repo" pre-run: playbooks/packstack-centos8-pre.yaml nodeset: @@ -53,8 +52,8 @@ parent: packstack-base vars: selinux_enforcing: "false" - delorean: "https://trunk.rdoproject.org/centos8-master/puppet-passed-ci/delorean.repo" - delorean_deps: "https://trunk.rdoproject.org/centos8-master/delorean-deps.repo" + delorean: "https://trunk.rdoproject.org/centos8-ussuri/current-tripleo-rdo/delorean.repo" + delorean_deps: "https://trunk.rdoproject.org/centos8-ussuri/delorean-deps.repo" pre-run: playbooks/packstack-centos8-pre.yaml nodeset: nodes: diff --git a/README.md b/README.md deleted file mode 100644 index 73f33724c..000000000 --- a/README.md +++ /dev/null @@ -1,217 +0,0 @@ -# Packstack - -Utility to install **OpenStack** on **Red Hat** based operating system. See -other branches for older **OpenStack** versions. Details on how to -contribute to **Packstack** may be found in the **Packstack** wiki at - Additional information -about involvement in the community around **Packstack** can be found at - - - -This utility can be used to install **OpenStack** on a single or group of -hosts (over `ssh`). - -This utility is still in the early stages, a lot of the configuration -options have yet to be added. - -## Installation of packstack: - - $ yum install -y git - $ git clone git://github.com/openstack/packstack.git - $ cd packstack && sudo python setup.py install - -## Installation of Puppet modules (REQUIRED if running packstack from source): - - $ export GEM_HOME=/tmp/somedir - $ gem install r10k - $ sudo -E /tmp/somedir/bin/r10k puppetfile install -v - $ sudo cp -r packstack/puppet/modules/packstack /usr/share/openstack-puppet/modules - -### Option 1 (all-in-one) - - $ packstack --allinone - -This will install all **OpenStack** services on a single host without -prompting for any configuration information. This will generate an -"answers" file (`packstack-answers--