Skip to content

Commit d7985f4

Browse files
committed
Updated org to ansibleplaybookbundle instead of apbdemo
1 parent 805ead6 commit d7985f4

File tree

292 files changed

+8
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+8
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo-api-apb/roles/provision-demo-api-apb/tasks/main.yml api-apb/roles/provision-demo-api-apb/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
value: "{{ postgresql_database }}"
129129
- name: API_HOST
130130
value: "{{ api_route.route.spec.host }}"
131-
image: docker.io/apbdemo/demo-api:latest # replace with your application image
131+
image: docker.io/ansibleplaybookbundle/photo-album-demo-api:latest # replace with your application image
132132
name: demo-api
133133
ports:
134134
- container_port: 8080

demo-api/.gitignore api/.gitignore

File renamed without changes.

demo-api/Dockerfile api/Dockerfile

File renamed without changes.

demo-api/Makefile api/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
CONTEXT = docker.io/apbdemo
1+
CONTEXT = docker.io/ansibleplaybookbundle
22
VERSION = latest
3-
IMAGE_NAME = demo-api
3+
IMAGE_NAME = photo-album-demo-api
44

55
all: build
66
build:
File renamed without changes.
File renamed without changes.

demo-api/src/app.py api/src/app.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo-api/src/run.sh api/src/run.sh

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo-app-apb/roles/provision-demo-app-apb/tasks/main.yml app-apb/roles/provision-demo-app-apb/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- env:
3333
- name: ALBUM_TITLE
3434
value: "{{ album_title }}"
35-
image: docker.io/apbdemo/demo-app:latest # replace with your application image
35+
image: docker.io/ansibleplaybookbundle/photo-album-demo-app:latest # replace with your application image
3636
name: demo-app
3737
ports:
3838
- container_port: 8080
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo-app/.gitignore app/.gitignore

File renamed without changes.

demo-app/Dockerfile app/Dockerfile

File renamed without changes.

demo-app/Makefile app/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
CONTEXT = docker.io/apbdemo
1+
CONTEXT = docker.io/ansibleplaybookbundle
22
VERSION = latest
3-
IMAGE_NAME = demo-app
3+
IMAGE_NAME = photo-album-demo-app
44

55
all: build
66
build:
File renamed without changes.

demo-app/src/app.py app/src/app.py

File renamed without changes.

demo-app/src/run.sh app/src/run.sh

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo-ext-api-apb/Dockerfile ext-api-apb/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ bGF5X3R5cGU6IHBhc3N3b3JkCiAgICAgICAgZGlzcGxheV9ncm91cDogQVBJIFNldHRpbmdzCg=="
1616

1717

1818

19+
20+
1921
COPY playbooks /opt/apb/actions
2022
COPY roles /opt/ansible/roles
2123
RUN chmod -R g=u /opt/{ansible,apb}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo-ui/.gitignore ui/.gitignore

File renamed without changes.

demo-ui/.nvmrc ui/.nvmrc

File renamed without changes.

demo-ui/README.md ui/README.md

demo-ui/build.sh ui/build.sh

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo-ui/src/main.ts ui/src/main.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.

demo-ui/src/test.ts ui/src/test.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demo-ui/tslint.json ui/tslint.json

File renamed without changes.

0 commit comments

Comments
 (0)