Hi,
I have a Blueprint with two VM (Names: APACHE and MYSQL) and would like to put on both servers an entry into /etc/hosts as "ip - hostname"
I put on every package the following commands:
echo "@@{APACHE.address}@@ @@{APACHE.name}@@ @@{APACHE.name}@@.localdomain" >> /etc/hosts
echo "@@{MYSQL.address}@@ @@{MYSQL.name}@@ @@{MYSQL.name}@@.localdomain" >> /etc/hosts
But I get the following errors:
Application Profile Default > Action Create
Found cycles in tasks
Application Profile Default > Action Delete
Found cycles in tasks
Application Profile Default > Action Soft Delete
Found cycles in tasks
Deployment 6b297d3c_deployment > Action Create
Found cycles in tasks
Deployment 6b297d3c_deployment > Action Delete
Found cycles in tasks
Deployment 6b297d3c_deployment > Action Soft Delete
Found cycles in tasks
How can I assign variables between servers?
thanks!
Solved
Assign variables on multiple VMs
Best answer by charan-49230
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.