Skip to content

Commit 44e4544

Browse files
author
Ratnakar Kolli
committed
cleanup the code
1 parent 8137a49 commit 44e4544

File tree

3 files changed

+10
-48
lines changed

3 files changed

+10
-48
lines changed
File renamed without changes.

tripleo-ciscoaci/files/.base-ciscoaci.pp

Lines changed: 0 additions & 48 deletions
This file was deleted.

tripleo-ciscoaci/files/service-ciscoaci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ parameters:
7777
type: boolean
7878
default: true
7979
description: Enable Optimized Metadata service
80+
ACIScopeNames:
81+
type: boolean
82+
default: false
83+
description: Enable scoping of names with apic_system_id
84+
ACIScopeInfra:
85+
type: boolean
86+
default: false
87+
description: Enable scoping of Infra names with apic_system_id
8088
NeutronPassword:
8189
description: The password for the neutron service and db account, used by neutron agents.
8290
type: string
@@ -136,6 +144,8 @@ outputs:
136144
ciscoaci::aim_config::aci_vpc_pairs: {get_param: ACIVpcPairs}
137145
ciscoaci::aim_config::aci_encap_mode: {get_param: ACIOpflexEncapMode}
138146
ciscoaci::aim_config::aci_opflex_vlan_range: {get_param: ACIOpflexVlanRange}
147+
ciscoaci::aim_config::aci_scope_names: {get_param: ACIScopeNames}
148+
ciscoaci::aim_config::aci_scope_infra: {get_param: ACIScopeInfra}
139149
ciscoaci::aim::aci_optimized_metadata: {get_param: ACIOptimizedMetadata}
140150
ciscoaci::aim::keystone_auth_admin_url: { get_param: [ EndpointMap, NeutronAdmin, uri ] }
141151
ciscoaci::aim::keystone_auth_password: {get_param: NeutronPassword}

0 commit comments

Comments
 (0)