<div dir="ltr"><div><div><div><div>Hi everyone,<br><br></div>I am trying to deploy a openstack cluster using Juju Charms + MAAS. I just tried to deploy mysql with bind_address = 10.0.11.5, but the options are not applied. When I run juju get mysql , it reports the options correctly , however they are not.<br><br><br>vijay@openstack-test:~$ juju status       <br>environment: maas<br>machines:<br>  "0":<br>    agent-state: started<br>    agent-version: 1.20.14<br>    dns-name: delayed-income.maas<br>    instance-id: /MAAS/api/1.0/nodes/node-ea3f69a2-8a6d-11e4-a2dd-5254001c68d7/<br>    series: trusty<br>    hardware: arch=amd64 cpu-cores=1 mem=1024M tags=virtual<br>    state-server-member-status: has-vote<br>  "1":<br>    agent-state: started<br>    agent-version: 1.20.14<br>    dns-name: tan-care.maas<br>    instance-id: /MAAS/api/1.0/nodes/node-25f730c4-8a6e-11e4-a2dd-5254001c68d7/<br>    series: trusty<br>    hardware: arch=amd64 cpu-cores=1 mem=1024M tags=virtual<br>  "2":<br>    agent-state: started<br>    agent-version: 1.20.14<br>    dns-name: identical-kiss.maas<br>    instance-id: /MAAS/api/1.0/nodes/node-4cbe52fa-8a6e-11e4-88fa-5254001c68d7/<br>    series: trusty<br>    hardware: arch=amd64 cpu-cores=1 mem=500M tags=virtual<br>services:<br>  juju-gui:<br>    charm: cs:trusty/juju-gui-16<br>    exposed: false<br>    units:<br>      juju-gui/0:<br>        agent-state: started<br>        agent-version: 1.20.14<br>        machine: "2"<br>        open-ports:<br>        - 80/tcp<br>        - 443/tcp<br>        public-address: identical-kiss.maas<br>  mysql:<br>    charm: cs:trusty/mysql-13<br>    exposed: false<br>    relations:<br>      cluster:<br>      - mysql<br>    units:<br>      mysql/0:<br>        agent-state: started<br>        agent-version: 1.20.14<br>        machine: "0"<br>        public-address: delayed-income.maas<br>networks:<br>  maas-eth0:<br>    provider-id: maas-eth0<br>    cidr: <a href="http://10.0.11.0/24">10.0.11.0/24</a><br><br><br>vijay@openstack-test:~$ juju get mysql    <br>charm: mysql<br>service: mysql<br>settings:<br>  bind-address:<br>    description: mysql bind host address<br>    type: string<br>    value: 10.0.11.5<br><br>root@delayed-income:/home/ubuntu# grep bind /etc/mysql/my.cnf<br>bind-address            = 0.0.0.0<br><br><br></div>I went through the logs , and found this info:<br><br>2014-12-23 11:52:53 INFO juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold']<br><br></div>I think the options are not applied while installing<br><br></div><br>Please help.<br><div><div><br><br><div><br><br><div><br></div></div></div></div></div>