3 Commits

Author SHA1 Message Date
Sagi Shnaidman
016f7c6002 Remove unnecessary slash volume maps
When podman parses such volume map it removes the slash
automatically and shows in inspection volumes w/o slash.
When comparing configurations it turns to be a difference and
it breaks idempotency of containers, causing them to be recreated.

Change-Id: Ifdebecc8c7975b6f5cfefb14b0133be247b7abf0
2019-12-04 20:32:14 +02:00
Emilien Macchi
81258ae551 Convert container environment from a list to a dict
Moving all the container environments from lists to dicts, so they can
be consumed later by the podman_container ansible module which uses
dict.

Using a dict is also easier to parse, since it doesn't involve "=" for
each item in the environment to export.

Change-Id: I894f339cdf03bc2a93c588f826f738b0b851a3ad
Depends-On: I98c75e03d78885173d829fa850f35c52c625e6bb
2019-10-16 01:29:31 +00:00
Hamdy Khader
cd243da101 Add heat templates to deploy mellanox neutron agent
- configures mlnx_conf.ini neutron file
  - creates two containers on the compute node (neutron_mlnx_agent, eswitchd)
  - add networking-mlnx package to neutron_server and nova_compute

Depends-On: Ib7d9b4a3dd360911eb500e820cb129c6463900ed
Depends-On: I31fd5223ce528c4fe0ee0fe1b8f7ed8cdf38a796
Depends-On: Ibd817a4a34ee2944ee86b4a47e7621637d258da3
Change-Id: Iee636c6d0d52bd17148c93f797d01cf69906802e
2019-09-24 16:50:40 +03:00