• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openshift / openshift-ansible / 8645
51%

Build:
DEFAULT BRANCH: master
Ran 24 Sep 2017 08:27PM UTC
Jobs 2
Files 64
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
8645

push

travis-ci

web-flow
Merge pull request #5493 from e-minguez/AnsibleUnsafeText_fix

Automatic merge from submit-queue

Fixed AnsibleUnsafeText by converting to int

Related to https://github.com/openshift/openshift-ansible/pull/5067

I've tested with custom values and it failed. This fixes the issue in my tests.

```
[cloud-user@bastion ~]$ grep -E 'osm|portal' /etc/ansible/hosts
osm_default_node_selector="role=app"
osm_use_cockpit=true
osm_cluster_network_cidr=10.130.0.0/14
osm_host_subnet_length=8
openshift_portal_net=10.111.0.0/16
```
After the installation:
```
[root@master-0 ~]# alias oetcdctl='etcdctl --cert-file=/etc/etcd/peer.crt --key-file=/etc/etcd/peer.key --ca-file=/etc/etcd/ca.crt --peers="https://master-0.edu.flannel.com:2379,https://master-1.edu.flannel.com:2379,https://master-2.edu.flannel.com:2379"'
[root@master-0 ~]# oetcdctl get /openshift.com/network/config
{
    "Network": "10.130.0.0/14",
    "SubnetLen": 24,
    "Backend": {
        "Type": "host-gw"
     }
}
```

But, the subnets assigned to the nodes are on different subnet:

```
[root@master-0 ~]# oetcdctl ls /openshift.com/network/subnets
/openshift.com/network/subnets/10.128.83.0-24
/openshift.com/network/subnets/10.128.18.0-24
/openshift.com/network/subnets/10.128.77.0-24
/openshift.com/network/subnets/10.128.101.0-24
/openshift.com/network/subnets/10.128.20.0-24
/openshift.com/network/subnets/10.128.92.0-24
/openshift.com/network/subnets/10.128.58.0-24
/openshift.com/network/subnets/10.128.48.0-24
```

2302 of 5806 branches covered (39.65%)

7342 of 13401 relevant lines covered (54.79%)

1.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8645.1 24 Sep 2017 08:29PM UTC 0
54.47
Travis Job 8645.1
2 8645.2 24 Sep 2017 08:27PM UTC 0
54.04
Travis Job 8645.2
Source Files on build 8645
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8645
  • b42b714f on github
  • Prev Build on master (#8644)
  • Next Build on master (#8646)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc