Staging Packages - noironetworks/opflex-documentation GitHub Wiki

Step 1. Download the correct version and Cisco ACI OpenStack Plugin release archive file from Cisco's Download Software website to the Repo Server.

Step 2. Ensure the httpd service is installed and running, if needed install, start, and enable the service:

yum install httpd

systemctl start httpd

systemctl enable httpd

Step 3. Create a directory with a name you choose such as "opflex" under the /var/www/html directory on the Repo Server. Move the archive tar file to the new directory, un-tar the archive and create the repo for yum. Once created, ensure that the owner of all files to be served in the repo is set to the apache user using the chown command:

mv <release-archive-name> /var/www/html/opflex

cd /var/www/html/opflex

tar xvf <release-archive-name>

createrepo /var/www/html/opflex

cd ..

chown –R apache:apache opflex

The yum repo should now be prepared to be used by OpenStack servers