ubuntu_1604_image: ubuntu-16-04-cloud-amd64
centos_7_image: CentOS-7
- apt_proxy: 10.12.5.80:3142
- docker_proxy: 10.12.5.80:5000
+ apt_proxy: 10.12.5.2:3142
+ docker_proxy: 10.12.5.2:5000
rancher_vm_flavor: m1.small
k8s_vm_flavor: m1.xxlarge
ubuntu_1604_image: ubuntu-16-04-cloud-amd64
centos_7_image: CentOS-7
- apt_proxy: 10.12.5.80:3142
- docker_proxy: 10.12.5.80:5000
+ apt_proxy: 10.12.5.2:3142
+ docker_proxy: 10.12.5.2:5000
rancher_vm_flavor: m1.small
k8s_vm_flavor: m1.xxlarge
ubuntu_1604_image: ubuntu-16-04-cloud-amd64
centos_7_image: CentOS-7
- apt_proxy: 10.12.5.80:3142
- docker_proxy: 10.12.5.80:5000
+ apt_proxy: 10.12.5.2:3142
+ docker_proxy: 10.12.5.2:5000
rancher_vm_flavor: m1.small
k8s_vm_flavor: m1.xxlarge
ubuntu_1604_image: ubuntu-16-04-cloud-amd64
centos_7_image: CentOS-7
- apt_proxy: 10.12.5.80:3142
- docker_proxy: 10.12.5.80:5000
+ apt_proxy: 10.12.5.2:3142
+ docker_proxy: 10.12.5.2:5000
rancher_vm_flavor: m1.small
k8s_vm_flavor: m1.xxlarge
mkdir -p /etc/docker\
cat > /etc/docker/daemon.json <<EOF\
{\
- "insecure-registries" : ["10.12.5.80:5000"]\
+ "insecure-registries" : ["10.12.5.2:5000"]\
}\
EOF\
cat > /etc/apt/apt.conf.d/30proxy<<EOF\
- Acquire::http { Proxy "http://10.12.5.80:3142"; };\
+ Acquire::http { Proxy "http://10.12.5.2:3142"; };\
Acquire::https::Proxy "DIRECT";\
EOF\
apt-get -y update' $1
nexus_repo: https://nexus.onap.org/content/sites/raw
- nexus_docker_repo: 10.12.5.80:5000
+ nexus_docker_repo: 10.12.5.2:5000
nexus_username: anonymous