Skip to content

Commit

Permalink
[temp] debug the failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Oct 16, 2023
1 parent 924c97d commit 6178878
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/inventory/offline/99-static
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
# restund_allowed_private_network_cidrs = a.b.c.d/24
# If you install restund together with other services on the same machine
# you need to restund_allowed_private_network_cidrs to allow these services
# to communicate on the private network. E.g. If your private network is 172.16.0.1/24
# to communicate on the private network. E.g. If your private network is 172.16.0.0/24
# restund_allowed_private_network_cidrs = '["172.16.0.0/24"]'

# Explicitely specify the restund user id to be "root" to override the default of "997"
Expand Down
9 changes: 5 additions & 4 deletions bin/offline-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ then
fi

echo "using ansible inventory: $INVENTORY_FILE"
cat $INVENTORY_FILE

# Populate the assethost, and prepare to install images from it.
#
Expand Down Expand Up @@ -61,7 +62,7 @@ ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/kubernetes.yml --skip-tags boot
./bin/fix_default_router.sh

# Deploy all other services which don't run in kubernetes.
ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/cassandra.yml
ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/elasticsearch.yml
ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/minio.yml
ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/restund.yml
ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/cassandra.yml -vvv
ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/elasticsearch.yml -vvv
ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/minio.yml -vvv
ansible-playbook -i $INVENTORY_FILE $ANSIBLE_DIR/restund.yml -vvv

0 comments on commit 6178878

Please sign in to comment.