浏览代码

Update installer url repositories. Ref #1

Guillermo Espinoza 6 年之前
父节点
当前提交
c789c1b1ae
共有 3 个文件被更改,包括 36 次插入36 次删除
  1. 2 2
      tools/installModules.sh
  2. 25 25
      tools/repositories.ini
  3. 9 9
      tools/src/Release.php

+ 2 - 2
tools/installModules.sh

@@ -73,7 +73,7 @@ fcCheckExecution () {
 }
 ###################################################################
 DIRINSTALLDEFAULT="/opt/flowdat"
-GITDEFUALT="git@bitbucket.org:ikflowdat/installer.git ."
+GITDEFUALT="git@gitlab.com:interlink-sa/flowdat3/modules/installer.git ."
 COMMANDGITDEFAULT="git clone $GITDEFUALT"
 FILEANSIBLE="#!/bin/bash\ncd ..\neval \$(cat mysql.host.env running.env) ansible-playbook -i inventory.ini -u root playbook.yml"
 ###################################################################
@@ -326,4 +326,4 @@ else
     fi
 fi
 docker run -it -v $DIRINSTALL:$DIRINSTALL -v /var/run/docker.sock:/tmp/docker.sock dind ansible
-exit 1
+exit 1

+ 25 - 25
tools/repositories.ini

@@ -1,74 +1,74 @@
 [auditbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/auditbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/auditbundle.git"
 
 [authbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/authbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/authbundle.git"
 
 [baseadmin]
-repo = "ssh://git@bitbucket.org/ikflowdat/baseadmin.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/baseadmin.git"
 
 [baseoauthclientbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/baseoauthclientbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/baseoauthclientbundle.git"
 
 [baseoauthserverbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/baseoauthserverbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/baseoauthserverbundle.git"
 
 [basestatsbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/basestatsbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/basestatsbundle.git"
 
 [cmtsbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/cmtsbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/cmtsbundle.git"
 
 [devicebundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/devicebundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/devicebundle.git"
 
 [extradatabundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/extradatabundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/extradatabundle.git"
 
 [fiberhomebundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/fiberhomebundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/fiberhomebundle.git"
 
 [fiberlinkbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/fiberlinkbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/fiberlinkbundle.git"
 
 [geoserverbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/geoserverbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/geoserverbundle.git"
 
 [huaweibundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/huaweibundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/huaweibundle.git"
 
 [leafletbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/leafletbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/leafletbundle.git"
 
 [mapbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/mapbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/mapbundle.git"
 
 [migrations]
-repo = "ssh://git@bitbucket.org/ikflowdat/migrations.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/migrations.git"
 
 [nasbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/nasbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/nasbundle.git"
 
 [ownervoter]
-repo = "ssh://git@bitbucket.org/ikflowdat/ownervoter.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/ownervoter.git"
 
 [redisbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/redisbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/redisbundle.git"
 
 [statsdbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/statsdbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/statsdbundle.git"
 
 [templatebundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/templatebundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/templatebundle.git"
 
 [webservice]
-repo = "ssh://git@bitbucket.org/ikflowdat/webservice.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/webservice.git"
 
 [tr069]
-repo = "ssh://git@bitbucket.org/ikflowdat/tr069bundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/tr069bundle.git"
 
 [workflowbundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/workflowbundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/workflowbundle.git"
 
 [ztebundle]
-repo = "ssh://git@bitbucket.org/ikflowdat/ztebundle.git"
+repo = "ssh://git@gitlab.com:interlink-sa/flowdat3/vendors/ztebundle.git"

+ 9 - 9
tools/src/Release.php

@@ -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)