matihost

Results 9 issues of matihost

If own role uses molecule and uses openshift-applier dependency to - the "openshift-applier" role is run with empty results. The reason is the openshift-applier git repository equals to the name...

https://github.com/redhat-cop/openshift-applier/blob/master/roles/openshift-applier/tasks/process-template.yml#L43 always shows as "changed" in Ansible output Since oc 3.9 the "oc apply" returns information whether is perfoma any change the server or not. So "changed_when" option can be...

enhancement

When native compiling a Maven module which is Java Module - aka it contains module-info.java, for example: ``` module org.somecomany.somepackage.apps.commandline { exports org.somecomany.somepackage.utils; exports org.somecomany.somepackage.handlers; requires java.net.http; requires transitive java.xml;...

type: bug

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

service/VPC Infrastructure
documentation

While creating LoadBalancer it randomly ends with: ``` ibm_is_lb_listener.public-alb-frontend-listener: Creating... .... │ Error: [ERROR] Error while creating Load Balanacer Listener err The load balancer with ID 'r010-2e4dc309-e92f-40fd-bb1b-2b6015df618a' cannot be updated...

service/VPC Infrastructure

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs#resource_group seems to be ignored - providing real or fake value does not change anything - resources are assuming Default resource group during creation. Also it is not clear what...

Either 1)add "tofu-*" equivalents for existing hooks "terraform-*" 2) or rename "terraform-*" to for example "tf-*" and autodetect whether tofu is present For example: Rename: terraform-validate to tf-validate and detect...

enhancement

### Affected Resource(s) * ibm_is_instance ### Expected Behavior When ibm_is_instance keys attribute is changing (a list off SSH keys id), it should lead to recreate VSI as a result of...

service/VPC Infrastructure

https://github.com/sclorg/golang-container/blob/master/1.10/s2i/bin/assemble#L36 assumes that vendor directory is referenced from INSTALL_URL only. However vendor dir can be any higher in directory structure. Usually it is where IMPORT_URL points. Fix proposal: Here is...