Change-Id: I3361ad68d3ed262c7f8171c020c8cf1a8917d0c1changes/61/761/2
parent
4a1c215ffd
commit
eacff4bab4
@ -0,0 +1,2 @@
|
||||
*~
|
||||
sipwise_*.cfg
|
||||
@ -0,0 +1,13 @@
|
||||
menuentry "sip:Carrier mgmt (web01a) DHCP / ##VERSION## release" {
|
||||
echo 'Loading kernel...'
|
||||
linux /boot/%SHORT_NAME%/vmlinuz live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ngcpnoupload ngcpnw.dhcp ngcpvers=##VERSION## ngcpcrole=mgmt ngcpnonwrecfg ngcphostname=web01a
|
||||
echo 'Loading initrd...'
|
||||
initrd /boot/%SHORT_NAME%/initrd.img
|
||||
}
|
||||
|
||||
menuentry "sip:Carrier mgmt (web01a) / ##VERSION## release" {
|
||||
echo 'Loading kernel...'
|
||||
linux /boot/%SHORT_NAME%/vmlinuz live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ngcpnoupload ngcpnonwrecfg ngcpvers=##VERSION## dns=92.42.136.30 ip=10.15.20.101::10.15.20.1:255.255.255.0:sp1:eth0:off ngcpcrole=mgmt ngcphostname=web01a
|
||||
echo 'Loading initrd...'
|
||||
initrd /boot/%SHORT_NAME%/initrd.img
|
||||
}
|
||||
@ -0,0 +1,27 @@
|
||||
label carrier##VERSION##
|
||||
menu label sip:Carrier mgmt/web01a DHCP / ##VERSION##
|
||||
kernel /boot/%SHORT_NAME%/vmlinuz
|
||||
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ngcpnw.dhcp ngcpnonwrecfg ngcpvers=##VERSION## ngcpcrole=mgmt ngcphostname=web01a
|
||||
|
||||
text help
|
||||
Install sip:Carrier version ##VERSION##.
|
||||
Install web01a node of Carrier setup.
|
||||
Other nodes will be installed from web01a.
|
||||
|
||||
Retrieve network configuration via DHCP.
|
||||
endtext
|
||||
|
||||
|
||||
label carriernw##VERSION##
|
||||
menu label sip:Carrier mgmt/web01a / ##VERSION##
|
||||
kernel /boot/%SHORT_NAME%/vmlinuz
|
||||
append initrd=/boot/%SHORT_NAME%/initrd.img live-media-path=/live/%GRML_NAME%/ boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ngcppro ssh=sipwise debianrelease=##DIST## netscript=http://deb.sipwise.com/kantan/deployment.sh ngcpsp1 ngcpnoupload ngcpvers=##VERSION## dns=92.42.136.30 ngcpnonwrecfg ngcpcrole=mgmt ngcphostname=web01a ip=10.15.20.101::10.15.20.1:255.255.255.0:sp1:eth0:off
|
||||
|
||||
text help
|
||||
Install sip:Carrier version ##VERSION##.
|
||||
Install web01a node of Carrier setup.
|
||||
Other nodes will be installed from web01a.
|
||||
|
||||
Static network configuration.
|
||||
endtext
|
||||
|
||||
@ -1,23 +1,26 @@
|
||||
# list of releases
|
||||
# no spaces please!!
|
||||
mr3.6,wheezy,.
|
||||
mr3.6.2,wheezy,LATEST
|
||||
mr3.6.1,wheezy,.
|
||||
mr3.5,wheezy,.
|
||||
mr3.5.1,wheezy,.
|
||||
mr3.4,wheezy,.
|
||||
mr3.4.2,wheezy,.
|
||||
mr3.4.1,wheezy,.
|
||||
mr3.3,wheezy,.
|
||||
mr3.3.2,wheezy,.
|
||||
mr3.3.1,wheezy,.
|
||||
mr3.2.2,wheezy,.
|
||||
mr3.2.1,wheezy,.
|
||||
mr3.2,wheezy,.
|
||||
3.1,wheezy,.
|
||||
3.0,wheezy,.
|
||||
2.8,squeeze,LTS
|
||||
2.7,squeeze,.
|
||||
2.6,squeeze,.
|
||||
2.5,squeeze,.
|
||||
2.4,squeeze,.
|
||||
#version,distribution,carrier,info
|
||||
# carrier [yes|no]
|
||||
# info [.|LTS|LATEST]
|
||||
mr3.6,wheezy,yes,.
|
||||
mr3.6.2,wheezy,yes,LATEST
|
||||
mr3.6.1,wheezy,yes,.
|
||||
mr3.5,wheezy,no,.
|
||||
mr3.5.1,wheezy,no,.
|
||||
mr3.4,wheezy,no,.
|
||||
mr3.4.2,wheezy,no,.
|
||||
mr3.4.1,wheezy,no,.
|
||||
mr3.3,wheezy,no,.
|
||||
mr3.3.2,wheezy,no,.
|
||||
mr3.3.1,wheezy,no,.
|
||||
mr3.2.2,wheezy,no,.
|
||||
mr3.2.1,wheezy,no,.
|
||||
mr3.2,wheezy,no,.
|
||||
3.1,wheezy,no,.
|
||||
3.0,wheezy,no,.
|
||||
2.8,squeeze,no,LTS
|
||||
2.7,squeeze,no,.
|
||||
2.6,squeeze,no,.
|
||||
2.5,squeeze,no,.
|
||||
2.4,squeeze,no,.
|
||||
|
||||
Loading…
Reference in new issue