Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Controller: Drive os-net-config via software conf"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jan 8, 2015
2 parents b991d59 + 84bdcb2 commit e38535b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,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:
Expand Down

0 comments on commit e38535b

Please sign in to comment.