mirror of https://github.com/apache/cloudstack.git
WIP ASA 1000v listing"
Signed-off-by: Chiradeep Vittal <chiradeep@apache.org>
This commit is contained in:
parent
f9cc674b9c
commit
a8031a0cfe
|
|
@ -0,0 +1,14 @@
|
|||
<configConfMo
|
||||
dn=""
|
||||
cookie="1349366974/592be573-8a27-48d3-aab1-cf6cb94f23ab"
|
||||
inHierarchical="false">
|
||||
<inConfig>
|
||||
<fwResourceBinding
|
||||
assignedToDn="fw/inst-1007"
|
||||
|
||||
dn="org-root/org-TenantD/org-VDC-TenantD/efw-ASA-1000v-TenantD/binding"
|
||||
|
||||
status="created"/>
|
||||
</inConfig>
|
||||
</configConfMo>
|
||||
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
<!--resource-mgr -->
|
||||
<configResolveChildren
|
||||
cookie="%cookie%"
|
||||
classId="fwInstance"
|
||||
inDn="fw"
|
||||
inHierarchical="false">
|
||||
<inFilter>
|
||||
<and>
|
||||
<eq class="fwInstance" property="capability" value="infra-fw"/>
|
||||
<eq class="fwInstance" property="assoc" value="none"/>
|
||||
</and>
|
||||
</inFilter>
|
||||
</configResolveChildren>
|
||||
|
||||
<!--
|
||||
<configResolveChildren cookie="1349366974/592be573-8a27-48d3-aab1-cf6cb94f23ab" commCookie="5/12/0/1cae" srcExtSys="10.223.56.5" destExtSys="10.223.56.5" srcSvc="sam_extXMLApi" destSvc="resource-mgr_dme" response="yes" classId="fwInstance">
|
||||
<outConfigs>
|
||||
<fwInstance assignedToDn="" assoc="none" capability="infra-fw" descr="" dn="fw/inst-1007" fltAggr="0" fsmDescr="" fsmPrev="DisassociateSuccess" fsmProgr="100" fsmRmtInvErrCode="none" fsmRmtInvErrDescr="" fsmRmtInvRslt="" fsmStageDescr="" fsmStamp="2012-10-04T16:07:40.110" fsmStatus="nop" fsmTry="0" intId="11818" mgmtIp="10.223.56.7" model="" name="ASA 1000V" pooled="0" registeredClientDn="extpol/reg/clients/client-1007" revision="0" serial="" svcId="1007" vendor=""/>
|
||||
</outConfigs>
|
||||
</configResolveChildren>
|
||||
-->
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
for ((vlanid=2002; vlanid <=2030; vlanid++));
|
||||
do
|
||||
#sed "s/vlanid/$vlanid/g" vsm_asa_inside_profiles;
|
||||
sed "s/vlanid/$vlanid/g" vservice_node ;
|
||||
done
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
vservice node ASA_vlanid type asa
|
||||
ip address 10.1.1.1
|
||||
adjacency l2 vlan vlanid
|
||||
fail-mode close
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
port-profile type vethernet ASA-Inside-vlanid
|
||||
vmware port-group
|
||||
switchport mode access
|
||||
switchport access vlan vlanid
|
||||
no shutdown
|
||||
state enabled
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
#To be added to port profile for guest vm
|
||||
org root/TestTenant1/TestVDC
|
||||
vservice node <Node Name> profile <Edge Security Profile Name in VNMC>
|
||||
|
||||
|
||||
#To be added for every VDC
|
||||
vservice node <Node name> type asa
|
||||
ip address 10.1.1.1
|
||||
adjacency l2 vlan 2001
|
||||
fail-mode close
|
||||
|
||||
|
||||
Loading…
Reference in New Issue