diff options
Diffstat (limited to 'test/mocks/masspnfsim/deployment/heat/cloud-config.yaml')
-rw-r--r-- | test/mocks/masspnfsim/deployment/heat/cloud-config.yaml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/test/mocks/masspnfsim/deployment/heat/cloud-config.yaml b/test/mocks/masspnfsim/deployment/heat/cloud-config.yaml deleted file mode 100644 index 8203a8470..000000000 --- a/test/mocks/masspnfsim/deployment/heat/cloud-config.yaml +++ /dev/null @@ -1,30 +0,0 @@ -#cloud-config -package_upgrade: true -packages: - - apt-transport-https - - ca-certificates - - gnupg-agent - - software-properties-common - - docker-ce - - docker-ce-cli - - containerd.io - - docker-compose - - python3-virtualenv - - python3-pip - - maven - - openjdk-8-jdk-headless -# Docker's apt key needs to be injected early in the boot as 'apt' cloud-init -# module doesn't support configuring key from file -bootcmd: - - [curl, "https://download.docker.com/linux/ubuntu/gpg", -o, /run/docker.key] - - [apt-key, add, /run/docker.key] -apt: - sources: - docker: - source: "deb [arch=amd64] https://download.docker.com/linux/ubuntu $RELEASE stable" -runcmd: - - [pip3, install, tox] - - [mkdir, /root/.m2] - - [curl, "https://git.onap.org/oparent/plain/settings.xml", -o, /root/.m2/settings.xml] - - [update-java-alternatives, -s, java-1.8.0-openjdk-amd64] - - [bash, /root/mass-pnf-sim_run.sh] |