Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Nov 16, 2019
1 parent 1548eeb commit 1312d12
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 55 deletions.
48 changes: 38 additions & 10 deletions .zuul/playbooks/run.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,42 @@
- hosts: all
become: yes
roles:
- role: config-golang
- role: export-cloud-openrc
- config-golang
- export-cloud-openrc
tasks:
- name: Update pom
blockinfile:
path: "/home/zuul/src/github.com/theopenlab/flink/flink-state-backends/flink-statebackend-rocksdb/pom.xml"
block: |
<scope>system</scope>
<systemPath>/opt/frocksdb/java/target/rocksdbjni-5.17.2-linux64.jar</systemPath>
insertafter: "^ <version>5.17.2-artisans-1.0</version>"
marker: "<!-- {mark} -->"
- name: Run kubernetes E2E conformance tests with cloud-provider-openstack
shell:
cmd: |
set -x
set -e
set -o pipefail
echo "hello world" > ${LOG_DIR}/echo.txt
# Create clouds.yaml
cat << EOF >> /tmp/clouds.yaml
clouds:
clusterapitesting:
auth:
username: $OS_USERNAME
password: $OS_PASSWORD
domain_name: $OS_USER_DOMAIN_NAME
auth_url: $OS_AUTH_URL
project_name: ""
project_id: $OS_PROJECT_ID
verify: false
EOF
KUBERNETES_VERSION=v1.16.2
OPENSTACK_CONFIG_FILE=/tmp/clouds.yaml
OS_NETWORK_NAME=provider
OS_FLOATING_IP="185.116.247.68"
OS_AVAILABILITY_ZONE="ix1"
hack/ci/e2e-conformance.sh
# Known issues:
# * dependencies like vmware workstation
# * build either via kvm or openstack
# * git clone for e.g. kubernetes repo missing
executable: /bin/bash
chdir: '{{ k8s_os_capi_provider_src_dir }}'
environment: '{{ global_env }}'
45 changes: 0 additions & 45 deletions .zuul/playbooks/run.yaml.bak

This file was deleted.

0 comments on commit 1312d12

Please sign in to comment.