X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fsriov%2Fairship-treasuremap%2Fsite%2Fairship-seaworthy%2Fsoftware%2Fcharts%2Fucp%2Fdivingbell%2Fdivingbell.yaml;fp=site_type%2Fsriov%2Fairship-treasuremap%2Fsite%2Fairship-seaworthy%2Fsoftware%2Fcharts%2Fucp%2Fdivingbell%2Fdivingbell.yaml;h=0000000000000000000000000000000000000000;hb=fbb206730195c6f03ded7658d08f1ef708ebf88b;hp=29f5a8323a02c1aecb6de8e821482155a1e74158;hpb=3395a537e26721ec33a80f66686ca932f9328722;p=yaml_builds.git diff --git a/site_type/sriov/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/divingbell/divingbell.yaml b/site_type/sriov/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/divingbell/divingbell.yaml deleted file mode 100644 index 29f5a83..0000000 --- a/site_type/sriov/airship-treasuremap/site/airship-seaworthy/software/charts/ucp/divingbell/divingbell.yaml +++ /dev/null @@ -1,51 +0,0 @@ ---- -# The purpose of this file is to define site-specific parameters to the -# UAM-lite portion of the divingbell chart: -# 1. User accounts to create on bare metal -# 2. SSH public key for operationg system access to the bare metal -# 3. Passwords for operating system access via iDrac/iLo console. SSH password- -# based auth is disabled. -schema: armada/Chart/v1 -metadata: - schema: metadata/Document/v1 - name: ucp-divingbell - layeringDefinition: - abstract: false - layer: site - parentSelector: - name: ucp-divingbell-global - actions: - - method: merge - path: . - storagePolicy: cleartext - substitutions: - - dest: - path: .values.conf.uamlite.users[0].user_sshkeys[0] - src: - schema: deckhand/PublicKey/v1 - name: airship_ssh_public_key - path: . - - dest: - path: .values.conf.uamlite.users[0].user_crypt_passwd - src: - schema: deckhand/Passphrase/v1 - name: ubuntu_crypt_password - path: . - - dest: - path: .values.conf.uamlite.users[1].user_sshkeys[0] - src: - schema: deckhand/PublicKey/v1 - name: airship_ssh_public_key - path: . -data: - values: - conf: - uamlite: - users: - - user_name: ubuntu - user_sudo: true - user_sshkeys: [] - - user_name: airship - user_sudo: true - user_sshkeys: [] -...