Skip to content

Commit 5a5b54c

Browse files
authored
Merge pull request #201 from fabric-testbed/ansible_python_int
take ansible python interpreter from config file
2 parents 21120b0 + e5314d6 commit 5a5b54c

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

Dockerfile-auth

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.9.0
22
MAINTAINER Komal Thareja<[email protected]>
33

4-
ARG HANDLERS_VER=1.2.2
4+
ARG HANDLERS_VER=1.2.3
55

66
RUN mkdir -p /usr/src/app
77
WORKDIR /usr/src/app

fabric_cf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "1.2.8"
1+
__VERSION__ = "1.2.9"

fabric_cf/authority/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
build:
5151
context: ../../../
5252
dockerfile: Dockerfile-auth
53-
image: authority:1.2.7
53+
image: authority:1.2.9
5454
container_name: site1-am
5555
restart: always
5656
depends_on:

fabric_cf/authority/vm_handler_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#
2323
#
2424
# Author: Komal Thareja ([email protected])
25+
ansible:
26+
ansible_python_interpreter: /usr/bin/python3.6
2527
runtime:
2628
# Attach Floating IP should be disabled for Sites which only allow IPV6 Address as (Global Unicast Address)
2729
# Refer https://docs.openstack.org/liberty/networking-guide/adv-config-ipv6.html for more details

fabric_cf/broker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
build:
5454
context: ../../../
5555
dockerfile: Dockerfile-broker
56-
image: broker:1.2.7
56+
image: broker:1.2.9
5757
container_name: broker
5858
restart: always
5959
networks:

fabric_cf/orchestrator/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
build:
6868
context: ../../../
6969
dockerfile: Dockerfile-orchestrator
70-
image: orchestrator:1.2.7
70+
image: orchestrator:1.2.9
7171
container_name: orchestrator
7272
restart: always
7373
depends_on:

0 commit comments

Comments
 (0)