Parcourir la source

Se agrega MYSQL_ROOT_PASSWORD al environment ya que es necesario en parameters.yml

Daniel Libonati il y a 6 ans
Parent
commit
a675f7f0ea
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      tools/src/Release.php

+ 2 - 1
tools/src/Release.php

@@ -313,7 +313,8 @@ class Release extends Command
             $this->_ansible_vars["CMD_USERNAME"] = $this->_user_system['users'][$this->internal_user_id]['user'];
             $this->_ansible_vars["CMD_PASSWORD"] = $this->_user_system['users'][$this->internal_user_id]['password'];
             $this->_ansible_vars["ENV_LIST"] = "prod,dev,test";
-            $this->_ansible_vars["API_CIDR"] = "172.20.0.0/24";
+	    $this->_ansible_vars["API_CIDR"] = "172.20.0.0/24";
+	    $this->_ansible_vars["MYSQL_ROOT_PASSWORD"] = $this->_mysql_root_pass;
 
             $dObj = new DevOps\FileSystem(realpath($this->directory));
             $dObj->dirExists()->realpath();