github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/acceptancetests/repository/basic-openstack-lxd.yaml (about)

     1  relations:
     2  - - nova-compute:amqp
     3    - rabbitmq-server:amqp
     4  - - neutron-gateway:amqp
     5    - rabbitmq-server:amqp
     6  - - keystone:shared-db
     7    - mysql:shared-db
     8  - - nova-cloud-controller:identity-service
     9    - keystone:identity-service
    10  - - glance:identity-service
    11    - keystone:identity-service
    12  - - neutron-api:identity-service
    13    - keystone:identity-service
    14  - - neutron-openvswitch:neutron-plugin-api
    15    - neutron-api:neutron-plugin-api
    16  - - neutron-api:shared-db
    17    - mysql:shared-db
    18  - - neutron-api:amqp
    19    - rabbitmq-server:amqp
    20  - - neutron-gateway:neutron-plugin-api
    21    - neutron-api:neutron-plugin-api
    22  - - glance:shared-db
    23    - mysql:shared-db
    24  - - glance:amqp
    25    - rabbitmq-server:amqp
    26  - - nova-cloud-controller:image-service
    27    - glance:image-service
    28  - - nova-compute:image-service
    29    - glance:image-service
    30  - - nova-cloud-controller:cloud-compute
    31    - nova-compute:cloud-compute
    32  - - nova-cloud-controller:amqp
    33    - rabbitmq-server:amqp
    34  - - nova-cloud-controller:quantum-network-service
    35    - neutron-gateway:quantum-network-service
    36  - - nova-compute:neutron-plugin
    37    - neutron-openvswitch:neutron-plugin
    38  - - neutron-openvswitch:amqp
    39    - rabbitmq-server:amqp
    40  - - nova-cloud-controller:shared-db
    41    - mysql:shared-db
    42  - - nova-cloud-controller:neutron-api
    43    - neutron-api:neutron-api
    44  - - nova-compute:lxd
    45    - lxd:lxd
    46  series: xenial
    47  applications:
    48    glance:
    49      annotations:
    50        gui-x: '250'
    51        gui-y: '0'
    52      charm: cs:glance
    53      num_units: 1
    54      options:
    55        openstack-origin: cloud:xenial-queens
    56        worker-multiplier: 0.25
    57    keystone:
    58      annotations:
    59        gui-x: '500'
    60        gui-y: '0'
    61      charm: cs:keystone
    62      num_units: 1
    63      options:
    64        admin-password: openstack
    65        openstack-origin: cloud:xenial-queens
    66        worker-multiplier: 0.25
    67    mysql:
    68      annotations:
    69        gui-x: '0'
    70        gui-y: '250'
    71      charm: cs:percona-cluster
    72      num_units: 1
    73      options:
    74        max-connections: 20000
    75        innodb-buffer-pool-size: 50%
    76    neutron-api:
    77      annotations:
    78        gui-x: '500'
    79        gui-y: '500'
    80      charm: cs:neutron-api
    81      num_units: 1
    82      options:
    83        neutron-security-groups: true
    84        overlay-network-type: "gre vxlan"
    85        openstack-origin: cloud:xenial-queens
    86        flat-network-providers: physnet1
    87    neutron-gateway:
    88      annotations:
    89        gui-x: '0'
    90        gui-y: '0'
    91      charm: cs:neutron-gateway
    92      num_units: 1
    93      options:
    94        openstack-origin: cloud:xenial-queens
    95        worker-multiplier: 0.25
    96        dns-servers: 10.101.0.1
    97    neutron-openvswitch:
    98      annotations:
    99        gui-x: '250'
   100        gui-y: '500'
   101      charm: cs:neutron-openvswitch
   102      num_units: 0
   103    nova-cloud-controller:
   104      annotations:
   105        gui-x: '0'
   106        gui-y: '500'
   107      charm: cs:nova-cloud-controller
   108      num_units: 1
   109      options:
   110        network-manager: Neutron
   111        openstack-origin: cloud:xenial-queens
   112        worker-multiplier: 0.25
   113    nova-compute:
   114      annotations:
   115        gui-x: '250'
   116        gui-y: '250'
   117      charm: cs:nova-compute
   118      num_units: 1
   119      options:
   120        enable-live-migration: False
   121        enable-resize: False
   122        virt-type: lxd
   123        openstack-origin: cloud:xenial-queens
   124    lxd:
   125      charm: cs:xenial/lxd
   126      options:
   127        block-devices: None
   128    rabbitmq-server:
   129      annotations:
   130        gui-x: '500'
   131        gui-y: '250'
   132      charm: cs:rabbitmq-server
   133      num_units: 1