redhat_openstack_16.1_installation

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
redhat_openstack_16.1_installation [2022/02/08 06:52] – [controller.yaml] koovredhat_openstack_16.1_installation [2022/02/08 12:47] (현재) – [deploy.sh] koov
줄 23: 줄 23:
   -e /home/stack/custom/custom_env.yaml \   -e /home/stack/custom/custom_env.yaml \
   --ntp-server 192.168.10.1 \   --ntp-server 192.168.10.1 \
 +  --libvirt-type kvm \
   --log-file /home/stack/overcloud_deploy_${date}.log   --log-file /home/stack/overcloud_deploy_${date}.log
 </code> </code>
줄 1000: 줄 1001:
 ######################################################################### #########################################################################
 resources: resources:
 +
 +  MinViableMtu:
 +    # This resource resolves the minimum viable MTU for interfaces, bonds and
 +    # bridges that carry multiple VLANs. Each VLAN may have different MTU. The
 +    # bridge, bond or interface must have an MTU to allow the VLAN with the
 +    # largest MTU.
 +    type: OS::Heat::Value
 +    properties:
 +      type: number
 +      value:
 +        yaql:
 +          expression: $.data.max()
 +          data:
 +            - {get_param: ControlPlaneMtu}
 +            - {get_param: StorageMtu}
 +            - {get_param: InternalApiMtu}
 +            - {get_param: TenantMtu}
 +
   OsNetConfigImpl:   OsNetConfigImpl:
     type: OS::Heat::SoftwareConfig     type: OS::Heat::SoftwareConfig
줄 1062: 줄 1081:
                     list_concat_unique:                     list_concat_unique:
                       - get_param: StorageInterfaceRoutes                       - get_param: StorageInterfaceRoutes
-################ Sub Interface [StorageMgmt] 
-                - type: vlan 
-                  mtu: 
-                    get_param: StorageMgmtMtu 
-                  vlan_id: 
-                    get_param: StorageMgmtNetworkVlanID 
-                  addresses: 
-                  - ip_netmask: 
-                      get_param: StorageMgmtIpSubnet 
-                  routes: 
-                    list_concat_unique: 
-                      - get_param: StorageMgmtInterfaceRoutes 
 ################ Sub Interface [InternalApi] ################ Sub Interface [InternalApi]
                 - type: vlan                 - type: vlan
  • redhat_openstack_16.1_installation.1644303149.txt.gz
  • 마지막으로 수정됨: 2022/02/08 06:52
  • 저자 koov