summaryrefslogtreecommitdiffstats
path: root/samples/ping-parallel.yaml
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-10-12 00:46:19 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-12 00:46:19 +0000
commit3ad29ce428d222fca4f13f75eb857811ef882419 (patch)
treee91b8078f52797c6a363fb052fc4997c121c5f0b /samples/ping-parallel.yaml
parent5721849f3f08c2c1c89354341115c834e510b3d6 (diff)
parentd91ddc83daa7ac112c764e74621b48455d038e7f (diff)
Merge "Doc amendment: env prepare command"
Diffstat (limited to 'samples/ping-parallel.yaml')
0 files changed, 0 insertions, 0 deletions
f='#n129'>129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
##############################################################################
# Copyright (c) 2018 Mirantis Inc., Enea AB and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
{%- import 'net_map.j2' as nm with context %}
---
# NOTE: pod_config is generated and transferred into its final location on
# cfg01 only during deployment to prevent leaking sensitive data
classes:
  - system.linux.system.single.simple
  - system.maas.region.single
  - service.maas.cluster.single
  - cluster.all-mcp-arch-common.opnfv.lab_proxy_pdf
  - cluster.all-mcp-arch-common.opnfv.pod_config
parameters:
  _param:
    mcpcontrol_interface: ${_param:opnfv_fn_vm_primary_interface}
    primary_interface: ${_param:opnfv_fn_vm_secondary_interface}
    pxe_admin_interface: ${_param:opnfv_fn_vm_tertiary_interface}
    interface_mtu: 1500
    # MaaS has issues using MTU > 1500 for PXE interface
    pxe_admin_interface_mtu: 1500
    linux_system_codename: xenial
    maas_admin_username: opnfv
    maas_admin_password: opnfv_secret
    maas_db_password: opnfv_secret
    dns_server01: '{{ nm.dns_public[0] }}'
    pxe_admin_address: ${_param:infra_maas_node01_deploy_address}
    single_address: ${_param:pxe_admin_address}
    hwe_kernel: 'hwe-16.04'
    opnfv_maas_timeout_comissioning: {{ nm.maas_timeout_comissioning }}
    opnfv_maas_timeout_deploying: {{ nm.maas_timeout_deploying }}
  maas:
    region:
      boot_sources_delete_all_others: true
      boot_sources:
        resources_mirror:
          url: http://images.maas.io/ephemeral-v3/daily
          keyring_file: /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg
      boot_sources_selections:
        xenial:
          url: "http://images.maas.io/ephemeral-v3/daily"
          os: "ubuntu"
          release: "${_param:linux_system_codename}"
          arches:
{%- for arch in nm.cluster.arch %}
            - "{{ arch | dpkg_arch }}"
{%- endfor %}
          subarches:
            - "generic"
            - "ga-16.04"
            - "hwe-16.04"
          labels: '"*"'
      fabrics:
        pxe_admin:
          name: 'pxe_admin'
          description: Fabric for PXE/admin
          vlans:
            0:
              name: 'vlan 0'
              description: PXE/admin VLAN
              dhcp: true
              primary_rack: "${linux:network:hostname}"
      subnets:
        {{ nm.net_admin }}:
          name: {{ nm.net_admin }}
          cidr: {{ nm.net_admin }}
          gateway_ip: ${_param:single_address}
          fabric: ${maas:region:fabrics:pxe_admin:name}
          vlan: 0
          ipranges:
            1:
              start: {{ nm.net_admin_pool_start }}
              end: {{ nm.net_admin_pool_end }}
              type: dynamic
      sshprefs:
        - '{{ conf.MAAS_SSH_KEY }}'
{%- if 'aarch64' in nm.cluster.arch %}
      package_repositories:
        armband:
          name: armband
          enabled: '1'
          url: 'http://linux.enea.com/mcp-repos/${_param:openstack_version}/${_param:linux_system_codename}'
          distributions: '${_param:openstack_version}-armband'
          components: 'main'
          arches: 'arm64'
          key: ${_param:armband_key}
{%- endif %}
      salt_master_ip: ${_param:reclass_config_master}
      domain: ${_param:cluster_domain}
      ~maas_config:
        maas_name: mas01
        active_discovery_interval: 600
        ntp_external_only: true
        upstream_dns: ${_param:dns_server01}
        commissioning_distro_series: 'xenial'
        default_distro_series: 'xenial'
        default_osystem: 'ubuntu'
        default_storage_layout: 'lvm'
        enable_http_proxy: true
        disk_erase_with_secure_erase: false
        dnssec_validation: 'no'
        enable_third_party_drivers: true
        network_discovery: 'enabled'
        default_min_hwe_kernel: ${_param:hwe_kernel}
    cluster:
      saltstack_repo_xenial: "deb [arch=amd64] http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2017.7/ xenial main"
  linux:
    system:
      kernel:
        ~boot_options:
          - ipv6.disable=0
    network:
      interface:
        mcpcontrol_interface:
          enabled: true
          name: ${_param:mcpcontrol_interface}
          type: eth
          proto: dhcp
        primary_interface:
          enabled: true
          name: ${_param:primary_interface}
          type: eth
{%- if conf.idf.fuel.jumphost.get('trunks', {}).get('mgmt', False) and (nm.vlan_mgmt | int > 0) %}
          proto: manual
          mtu: ${_param:interface_mtu}
        primary_interface_vlan:
          enabled: true
          type: vlan
          name: ${_param:primary_interface}.{{ nm.vlan_mgmt }}
          use_interfaces:
            - ${_param:primary_interface}
{%- endif %}
          proto: static
          mtu: ${_param:interface_mtu}
          address: ${_param:infra_maas_node01_address}
          netmask: ${_param:opnfv_net_mgmt_mask}
        pxe_admin_interface:
          enabled: true
          name: ${_param:pxe_admin_interface}
          mtu: ${_param:pxe_admin_interface_mtu}
          proto: static
          address: ${_param:single_address}
          netmask: ${_param:opnfv_net_admin_mask}
          type: eth