|
@@ -186,32 +186,32 @@ class Release extends Command
|
|
|
->setDescription('Create a new install.')
|
|
|
->setHelp('This command allows you to create a new installation...')
|
|
|
->addArgument('dir', InputArgument::REQUIRED, 'The directory where to create the installation.')
|
|
|
- ->addOption('base-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url fot the app Base', "git@bitbucket.org:ikflowdat/base.git")
|
|
|
+ ->addOption('base-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for the app Base', "git@gitlab.com:interlink-sa/flowdat3/modules/base.git")
|
|
|
->addOption('base-ref', null, InputOption::VALUE_REQUIRED, 'Git reference (branch or tag) to clone the Base app', "master")
|
|
|
->addOption('base-build', null, InputOption::VALUE_REQUIRED, 'Generate image build', "false")
|
|
|
- ->addOption('ftth-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url fot the app FTTH', "git@bitbucket.org:ikflowdat/ftth.git")
|
|
|
+ ->addOption('ftth-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for the app FTTH', "git@gitlab.com:interlink-sa/flowdat3/modules/ftth.git")
|
|
|
->addOption('ftth-ref', null, InputOption::VALUE_REQUIRED, 'Git reference (branch or tag) to clone the Ftth ', "master")
|
|
|
->addOption('ftth-build', null, InputOption::VALUE_REQUIRED, 'Generate image build', "false")
|
|
|
- ->addOption('radius-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url fot the app radius', "git@bitbucket.org:ikflowdat/radius.git")
|
|
|
+ ->addOption('radius-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for the app Radius', "git@gitlab.com:interlink-sa/flowdat3/modules/radius.git")
|
|
|
->addOption('radius-ref', null, InputOption::VALUE_REQUIRED, 'Git reference (branch or tag) to clone the radius app', "master")
|
|
|
->addOption('radius-build', null, InputOption::VALUE_REQUIRED, 'Generate image build', "false")
|
|
|
- ->addOption('stats-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url fot the app Base', "git@bitbucket.org:ikflowdat/stats.git")
|
|
|
+ ->addOption('stats-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for the app Stats', "git@gitlab.com:interlink-sa/flowdat3/modules/stats.git")
|
|
|
->addOption('stats-ref', null, InputOption::VALUE_REQUIRED, 'Git reference (branch or tag) to clone the Stats app', "master")
|
|
|
->addOption('stats-build', null, InputOption::VALUE_REQUIRED, 'Generate image build', "false")
|
|
|
- ->addOption('cablemodem-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for the app Cablemodem', "git@bitbucket.org:ikflowdat/cablemodem.git")
|
|
|
+ ->addOption('cablemodem-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for the app Cablemodem', "git@gitlab.com:interlink-sa/flowdat3/modules/cablemodem.git")
|
|
|
->addOption('cablemodem-ref', null, InputOption::VALUE_REQUIRED, 'Git reference (branch or tag) to clone the Cablemodem files and apps', "master")
|
|
|
->addOption('cablemodem-build', null, InputOption::VALUE_REQUIRED, 'Generate image build', "false")
|
|
|
- ->addOption('dhcp-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for the app DHCP', "git@bitbucket.org:ikflowdat/dhcp.git")
|
|
|
+ ->addOption('dhcp-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for the app DHCP', "git@gitlab.com:interlink-sa/flowdat3/modules/dhcp.git")
|
|
|
->addOption('dhcp-ref', null, InputOption::VALUE_REQUIRED, 'Git reference (branch or tag) to clone the DHCP files and apps', "master")
|
|
|
->addOption('dhcp-build', null, InputOption::VALUE_REQUIRED, 'Generate image build', "false")
|
|
|
- ->addOption('extra-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url fot the app Base', "git@bitbucket.org:ikflowdat/extra.git")
|
|
|
+ ->addOption('extra-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for Extra repository', "git@gitlab.com:interlink-sa/flowdat3/modules/extra.git")
|
|
|
->addOption('extra-ref', null, InputOption::VALUE_REQUIRED, 'Git reference (branch or tag) to clone the Extra files and apps', "master")
|
|
|
->addOption('extra-build', null, InputOption::VALUE_REQUIRED, 'Generate image build', "false")
|
|
|
- ->addOption('kea-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for KEA', "git@bitbucket.org:ikflowdat/kea.git")
|
|
|
+ ->addOption('kea-repo', null, InputOption::VALUE_REQUIRED, 'Git clone Url for KEA', "git@gitlab.com:interlink-sa/flowdat3/vendors/kea.git")
|
|
|
->addOption('kea-ref', null, InputOption::VALUE_REQUIRED, 'Git reference (branch or tag) to clone KEA files and apps', "master")
|
|
|
->addOption('kea-build', null, InputOption::VALUE_REQUIRED, 'Generate image build', "false")
|
|
|
->addOption('host-ip', null, InputOption::VALUE_REQUIRED, 'Ip of the runnning host to be added to the /etc/hosts file, eventually', "127.0.1.1")
|
|
|
- ->addOption('domain', null, InputOption::VALUE_REQUIRED, 'Domain where the flowdat will be installed', "flowdat.com")
|
|
|
+ ->addOption('domain', null, InputOption::VALUE_REQUIRED, 'Domain where the flowdat will be installed', "flowdat.net")
|
|
|
->addOption('client', null, InputOption::VALUE_REQUIRED, 'Client name, if is not provided uses, the dirname of the installation', false)
|
|
|
->addOption('modules', null, InputOption::VALUE_REQUIRED, 'List of modules to install separated by coma.', "all")
|
|
|
->addOption('inventory', null, InputOption::VALUE_REQUIRED, 'Write inventory.ini by default.', true)
|