Merge changes from topic "rhel79-upgrade"
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Fri, 1 Oct 2021 09:59:31 +0000 (09:59 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 1 Oct 2021 09:59:31 +0000 (09:59 +0000)
* changes:
  [DOC] Update Rhel/Centos version in docs to 7.9
  [ANSIBLE] Disable DNS management in Network Manager only if it's installed
  [CICDANSIBLE] Update heat template "image_name" parameter description
  [MOLECULE] Upgrade roles tests image to Centos7.9
  [MOLECULE] Upgrade playbook tests image to Centos7.9
  [BUILD] Run Centos7.9 docker image for rpm download

1  2 
tools/cicdansible/heat/installer.yaml

@@@ -29,7 -29,7 +29,7 @@@ parameters
          description: "need to specify a valid flavor"
    image_name:
      label: "image name"
-     description: "name of the image from which to create all instances, should be rhel 7.6 or centos image"
+     description: "name of the image from which to create all instances, should be rhel/centos 7.9 image"
      type: string
      constraints:
        - custom_constraint: glance.image
      type: string
      description: "specifies id of network used for demo usecases"
      default: ""
 +  docker_storage_size:
 +    label: "nodes' docker storage size"
 +    type: number
 +    description: "Size of the volume for the docker storage on nodes"
  conditions:
    #Condition for nfs volume usage.
    use_volume_for_nfs: { get_param: use_volume_for_nfs }
@@@ -216,7 -212,6 +216,7 @@@ resources
            notify_command: { get_attr: ["instance_wait_handle", "curl_cli"] }
            security_group: { get_resource: secgroup }
            demo_network: { get_param: demo_network }
 +          docker_storage_size: { get_param: docker_storage_size }
            scheduler_hints:
              group: { get_resource: anti_affinity_group }
      depends_on: [routercon, instance_wait_handle]