diff --git a/rhosp13/instructions.rst b/rhosp13/instructions.rst new file mode 100644 index 0000000000..250ac95b5f --- /dev/null +++ b/rhosp13/instructions.rst @@ -0,0 +1,28 @@ +================================================== +Setting up RHOSP13 director for NSX-T integration +================================================== + +This guide provides instruction for updating the following components +on RHOSP director: + +- openstack-puppet +- openstack-tripleo-heat-templates + +The tarballs nsx-rhosp-openstack-puppet.tar.gz and +nsx-rhosp-openstack-tripleo-heat-templates.tar.gz contain updated versions +for these components. + +The following instructions provide detailed information regarding upgrading +software on the RHOSP director using these tarballs: + +1. Download tarball in RHOSP director’s home directory +2. Verify if an upgrade is needed: +$ test -e /usr/share/openstack-heat-tripleo-templates/docker/services/neutron-plugin-nsx.yaml && echo “OK” || echo “PATCH ME” + +3. Copy both tarballs in /usr/share/openstack +$ sudo cp ~/nsx-rhosp-*.tar.gz /usr/share/openstack + +4. Expand the archives +# cd /usr/share/openstack +# tar xzf nsx-rhosp-*.tar.gz + diff --git a/rhosp13/nsx-openstack-puppet.tar.gz b/rhosp13/nsx-openstack-puppet.tar.gz new file mode 100644 index 0000000000..208d36dd67 Binary files /dev/null and b/rhosp13/nsx-openstack-puppet.tar.gz differ diff --git a/rhosp13/nsx-openstack-tripleo-heat-templates.tar.gz b/rhosp13/nsx-openstack-tripleo-heat-templates.tar.gz new file mode 100644 index 0000000000..ca731fb493 Binary files /dev/null and b/rhosp13/nsx-openstack-tripleo-heat-templates.tar.gz differ