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

openshift / openshift-ansible / 8645 / 1
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 24 Sep 2017 08:29PM UTC
Files 64
Run time 2s
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

24 Sep 2017 08:22PM UTC coverage: 54.466%. Remained the same
8645.1

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
```

2235 of 5636 branches covered (39.66%)

7299 of 13401 relevant lines covered (54.47%)

0.54 hits per line

Source Files on job 8645.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 8645
  • Travis Job 8645.1
  • b42b714f on github
  • Prev Job for on master (#8644.1)
  • Next Job for on master (#8646.1)
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