diff options
-rw-r--r-- | controller.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml index 739b683c..77025143 100644 --- a/controller.yaml +++ b/controller.yaml @@ -375,6 +375,19 @@ resources: - network: ctlplane user_data_format: SOFTWARE_CONFIG + NetworkConfig: + type: OS::TripleO::Net::SoftwareConfig + + NetworkDeployment: + type: OS::TripleO::SoftwareDeployment + properties: + signal_transport: NO_SIGNAL + config: {get_attr: [NetworkConfig, config_id]} + server: {get_resource: Controller} + input_values: + bridge_name: br-ex + interface_name: {get_param: NeutronPublicInterface} + ControllerConfig: type: OS::TripleO::Controller::SoftwareConfig properties: |