pndaproject / pnda-heat-templates

Resources for launching PNDA on Openstack
Other
2 stars 26 forks source link

Issue 121: SALTSTACK-GPG-KEY.pub fails through http from http://repo.saltstack.com #122

Closed boopalans closed 7 years ago

boopalans commented 7 years ago

Problem Statement:

Issue 121: SALTSTACK-GPG-KEY.pub fails through http from http://repo.saltstack.com

Analysis:

If the IT infrastructure in an organization not allowed http traffic, then getting the key from "http://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/SALTSTACK-GPG-KEY.pub" will be failed, because of that the deployment will not be successful.

Solution:

Fix : Change http to https

Files Changed :

scripts/package_install.sh curl -L 'https://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/SALTSTACK-GPG-KEY.pub' | apt-key add - ) && echo 'deb [arch=amd64] https://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2015.8.11/ trusty main' > /etc/apt/sources.list.d/saltstack.list

Tests:

  1. Deploy PNDA for PICO flavor with Ubuntu
  2. Deploy PNDA for PICO flavor with RHEL