X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fclusters%2Fha-dhcp-values.yaml;h=e36ad63bacd8fce781e95f090056603e62ecdc6b;hb=refs%2Fchanges%2F11%2F4511%2F1;hp=bee2c39747fb017dc0fb0a60d0e393c26714e4d4;hpb=34b869955b20515bc44e5bac1b39ee0ffca65727;p=icn.git diff --git a/deploy/clusters/ha-dhcp-values.yaml b/deploy/clusters/ha-dhcp-values.yaml index bee2c39..e36ad63 100644 --- a/deploy/clusters/ha-dhcp-values.yaml +++ b/deploy/clusters/ha-dhcp-values.yaml @@ -39,8 +39,8 @@ clusters: # The user account created in all the machines. userData: name: ubuntu - # mkpasswd --method=SHA-512 --rounds 4096 "mypasswd" - hashedPassword: $6$rounds=4096$acxyX2VqfHJSAc2$sgVf5uTHHPCX6u50NHnJmhIoqbcL9J12jlBAaWKvd3w8uYO0iXgcBrEhtvHLgSGU7dcU.eqm9JwXEYbbRjPAi1 + # mkpasswd --method=SHA-512 --rounds 10000 "mypasswd" + hashedPassword: $6$rounds=10000$PJLOBdyTv23pNp$9RpaAOcibbXUMvgJScKK2JRQioXW4XAVFMRKqgCB5jC4QmtAdbA70DU2jTcpAd6pRdEZIaWFjLCNQMBmiiL40. # This key will also be authorized to login as the root user sshAuthorizedKey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrxu+fSrU51vgAO5zP5xWcTU8uLv4MkUZptE2m1BJE88JdQ80kz9DmUmq2AniMkVTy4pNeUW5PsmGJa+anN3MPM99CR9I37zRqy5i6rUDQgKjz8W12RauyeRMIBrbdy7AX1xasoTRnd6Ta47bP0egiFb+vUGnlTFhgfrbYfjbkJhVfVLCTgRw8Yj0NSK16YEyhYLbLXpix5udRpXSiFYIyAEWRCCsWJWljACr99P7EF82vCGI0UDGCCd/1upbUwZeTouD/FJBw9qppe6/1eaqRp7D36UYe3KzLpfHQNgm9AzwgYYZrD4tNN6QBMq/VUIuam0G1aLgG8IYRLs41HYkJ root@jump @@ -70,14 +70,14 @@ clusters: # # Refer to the below for further information: # - https://github.com/kubernetes/kubernetes/blob/master/build/dependencies.yaml - # - https://download.docker.com/linux/ubuntu/dists/bionic/stable/binary-amd64/Packages + # - https://download.docker.com/linux/ubuntu/dists/focal/stable/binary-amd64/Packages # # The OS image. - imageName: bionic-server-cloudimg-amd64.img + imageName: focal-server-cloudimg-amd64.img # The version of Kubernetes installed. k8sVersion: v1.21.6 # The version of the kubelet, kubeadm, and kubectl packages. kubeVersion: 1.21.6-00 # The version of the CRI installed. containerdVersion: 1.4.11-1 - dockerVersion: 5:20.10.10~3-0~ubuntu-bionic + dockerVersion: 5:20.10.10~3-0~ubuntu-focal