Navigation


Changeset 13:cce88765f200 in VirtualTestbed


Ignore:
Timestamp:
Nov 29, 2010, 5:04:05 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Created new VMs for interop testing

Files:
18 added
5 edited

Legend:

Unmodified
Added
Removed
  • ca/rebuild_tree.sh

    r10 r13  
    4343make newcert ca=eap.testbed.aaa name=supauth2.eap.testbed.aaa
    4444
     45# Interop testbed
     46make newca ca=mgr.testbed.aaa name=iop.testbed.aaa
     47make newcert ca=iop.testbed.aaa name=fdrelay.iop.testbed.aaa
     48make newcert ca=iop.testbed.aaa name=crcumcli.iop.testbed.aaa
     49make newcert ca=iop.testbed.aaa name=crcumsrv.iop.testbed.aaa
     50
  • conf/iopmgr.testbed.aaa/dns/dnsmasq.conf

    r12 r13  
    88dhcp-range=192.168.110.50,192.168.110.150,255.255.255.0,12h
    99
    10 #dhcp-host=08:00:27:2D:8C:79,cli
     10dhcp-host=08:00:27:3F:B9:DE,fdrelay
     11dhcp-host=08:00:27:CC:9D:67,crcumcli
     12dhcp-host=08:00:27:BA:15:92,crcumsrv
    1113
    12 
  • conf/iopmgr.testbed.aaa/dns/hosts

    r12 r13  
    1010ff02::3 ip6-allhosts
    1111
    12 # 192.168.110.10        fdrelay
     12192.168.110.10  fdrelay
     13192.168.110.20  crcumcli
     14192.168.110.30  crcumsrv
     15
  • conf/mgr.testbeddomain/quagga/zebra.conf

    r0 r13  
    1111ip route 192.168.115.0/24 192.168.101.3
    1212ip route 192.168.105.0/24 192.168.101.5
     13ip route 192.168.110.0/24 192.168.101.10
    1314
    1415! dsmip: de 192 a 207
  • mrb/iop_testbed.sh

    r12 r13  
    1818       
    1919        # Maintenant on peut demarrer les autres VM en paralelle
    20         #./vm_start.sh "eap-supauth.eap.testbed.aaa" &
    21         #sleep 3
     20        ./vm_start.sh "iop-fdrelay.iop.testbed.aaa" &
     21        sleep 3
    2222        #./vm_start.sh "eap-supauth2.eap.testbed.aaa" &
    2323        #sleep 3
     
    3030        ./vm_pause.sh "__mgr.testbed.aaa" &
    3131        ./vm_pause.sh "iop-iopmgr.testbed.aaa" &
    32         #./vm_pause.sh "eap-supauth.eap.testbed.aaa" &
    33         #./vm_pause.sh "eap-opendiam.eap.testbed.aaa" &
     32        ./vm_pause.sh "iop-fdrelay.iop.testbed.aaa" &
    3433        wait
    3534        ;;
     
    3837        ./vm_stop.sh "__mgr.testbed.aaa" &
    3938        ./vm_stop.sh "iop-iopmgr.testbed.aaa" &
    40         #./vm_stop.sh "eap-supauth.eap.testbed.aaa" &
    41         #./vm_stop.sh "eap-opendiam.eap.testbed.aaa" &
     39        ./vm_stop.sh "iop-fdrelay.iop.testbed.aaa" &
    4240        wait
    4341        ;;
Note: See TracChangeset for help on using the changeset viewer.