Skip to content

Commit

Permalink
Merge branch 'main' into ISD-1196/update-integration-test-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas authored Oct 24, 2023
2 parents 533ffc1 + e504079 commit 0e1aaee
Show file tree
Hide file tree
Showing 9 changed files with 315 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
--openstack-rc=${GITHUB_WORKSPACE}/openrc
--kube-config=${GITHUB_WORKSPACE}/kube-config
--screenshot-dir=/tmp
modules: '["test_addon", "test_core", "test_ingress", "test_cos_grafana", "test_cos_loki", "test_cos_prometheus"]'
modules: '["test_addon", "test_core", "test_external", "test_ingress", "test_cos_grafana", "test_cos_loki", "test_cos_prometheus"]'
pre-run-script: |
-c "sudo microk8s enable hostpath-storage
sudo microk8s kubectl -n kube-system rollout status -w deployment/hostpath-provisioner
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ build
.tox
.coverage
__pycache__
**/*.rock
4 changes: 2 additions & 2 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class _ReplicaRelationNotReady(Exception):
_WP_CONFIG_PATH = "/var/www/html/wp-config.php"
_CONTAINER_NAME = "wordpress"
_SERVICE_NAME = "wordpress"
_WORDPRESS_USER = "www-data"
_WORDPRESS_GROUP = "www-data"
_WORDPRESS_USER = "_daemon_"
_WORDPRESS_GROUP = "_daemon_"
_WORDPRESS_DB_CHARSET = "utf8mb4"
_DATABASE_RELATION_NAME = "database"

Expand Down
141 changes: 0 additions & 141 deletions wordpress.Dockerfile

This file was deleted.

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

0 comments on commit 0e1aaee

Please sign in to comment.