Skip to content

Update Terraform openstack to v2 - autoclosed #737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

This PR contains the following updates:

Package Type Update Change
openstack (source) required_provider major 1.54.1 -> 2.1.0

Release Notes

terraform-provider-openstack/terraform-provider-openstack (openstack)

v2.1.0

Compare Source

NOTES

  • The next major release will be 3.0.0 and will include the removal of the deprecated resources and data sources (#​1751)
  • Removed deprecated terraform-plugin-sdk dependency elements (#​1759)
  • Introduced a parsePairedIDs helper function to parse paired IDs from a string and removed duplicated code (#​1756)

IMPROVEMENTS

  • Added vip_qos_policy_id on openstack_lb_loadbalancer_v2 (#​1721)
  • Added support for SCTP type on openstack_lb_monitor_v2 (#​1723)
  • Added support for redirect_prefix on openstack_lb_l7_policy_v2 (#​1717)
  • Added support for redirect_http_code on openstack_lb_l7_policy_v2 (#​1717)
  • Added support for tags on openstack_lb_member_v2 (#​1726)
  • Added support for tags on openstack_lb_pool_v2 (#​1725)
  • Added validations on openstack_lb_monitor_v2 (#​1724)
  • Added support for new SSL_CONN_HAS_CERT, SSL_VERIFY_RESULT and SSL_DN_FIELD types in the openstack_lb_l7_rule_v2 resource (#​1722)
  • Added support for a new "build" power_status in the openstack_compute_instance_v2 resource (#​1691)
  • Deleted URL validation in the openstack_identity_endpoint_v3 resource (#​1701)
  • Allow empty subnet_id in the fixed_ip block of the openstack_networking_port_v2 resource (#​962)
  • Added new image formats in the openstack_images_image_v2 resource (#​1752)
  • Added a new dns_publish_fixed_ip argument to the openstack_networking_subnet_v2 resource (#​1748)
  • Added a new dns_publish_fixed_ip argument to the openstack_networking_subnet_v2 and openstack_networking_subnet_ids_v2 data sources (#​1748)
  • Added a new compression format detection based on the filename extension from the Content-Disposition response header in the openstack_images_image_v2 resource(#​1746)
  • Enforce boolean type in JSON requests for "true" or "false" values in the value_specs map in networking resources (#​1743)
  • Added a new zstd compression format support in the openstack_images_image_v2 resource (#​1746)
  • Added a support for the description argument in the openstack_networking_portforwarding_v2 resource (#​1742)
  • Added new container_format and disk_format arguments in the openstack_images_image_v2 data source (#​1753)
  • Added new container_format, disk_format and hidden arguments in the openstack_images_image_ids_v2 data source (#​1753)
  • Added a new openstack_bgpvpn_v2 resource (#​1738)
  • Added a new openstack_bgpvpn_router_associate_v2 resource (#​1738)
  • Added a new openstack_bgpvpn_network_associate_v2 resource (#​1738)
  • Added a new openstack_bgpvpn_port_associate_v2 resource (#​1738)
  • Added a bgpvpn value support for the object_type in the openstack_networking_rbac_policy_v2 resource (#​1738)
  • Added OpenStack provider version in the User-Agent request header (#​1761)
  • Added a new stateful argument to the openstack_networking_secgroup_v2 resource (#​1757)
  • Added a new stateful argument to the openstack_networking_secgroup_v2 data source (#​1757)

BUG FIXES

  • Fixed a bug when updating node_count to 0 on openstack_containerinfra_cluster_v1 (#​1719)
  • Set load balancer resource ID before waiting for its status in the openstack_lb_loadbalancer_v2 resource (#​1733)
  • Update module name to v2 to match GitHub versioning (#​1729)
  • Deleted URL validation in the openstack_identity_endpoint_v3 resource (#​1701)
  • Fixed panic on empty subnet_id in the fixed_ip block of the openstack_networking_port_v2 resource (#​962)
  • Fixed panic on update action in the openstack_networking_portforwarding_v2 resource (#​1742)

v2.0.0

Compare Source

The upgrade guide to version 2 offers more detailed information on the changes and required steps before the upgrade.

BREAKING CHANGES

  • Remove support of neutron-lbaas from openstack_lb_l7_policy_v2 (#​1655)
  • Remove support of neutron-lbaas from openstack_lb_l7_rule_v2 (#​1674)
  • Remove support of neutron-lbaas from openstack_lb_quota_v2 (#​1658)
  • Remove support of neutron-lbaas from openstack_lb_member_v2 (#​1675)
  • Remove support of neutron-lbaas from openstack_lb_members_v2 (#​1659)
  • Remove support of neutron-lbaas from openstack_lb_monitor_v2 (#​1676)
  • Remove support of neutron-lbaas from openstack_lb_listener_v2 (#​1695)
  • Remove support of neutron-lbaas from openstack_lb_pool_v2 (#​1696)
  • Remove support of neutron-lbaas from openstack_lb_loadbalancer_v2 (#​1697)
  • Remove multiattach from openstack_blockstorage_volume_v3 (#​1654)
  • Remove dhcp_disabled from openstack_networking_subnet_v2 data source(#​1663)
  • Remove update_at from openstack_images_image_v2 (#​1662)
  • Remove instance_id from openstack_blockstorage_volume_attach_v2 (#​1682)
  • Remove member from openstack_lb_pool_v1 (#​1683)
  • Remove allocation_pools from networking_subnet_v2 (#​1684)
  • Remove external_gateway from networking_router_v2 (#​1685)
  • Remove floating_ip from compute_instance_v2 (#​1686)
  • Remove volume from compute_instance_v2 (#​1687)
  • Remove sort_key and sort_dir from glance data sources (#​1661)(https://github.com/terraform-provider-openstack/terraform-provider-openstack/pull/1661))

FEATURES

  • New Data Source: openstack_lb_flavor_v2 (#​1679)

IMPROVEMENTS

  • Added tag on openstack_compute_volume_attach_v2 (#​1713)

NOTES

  • Added Openstack Caracal jobs to CI (#​1705)
  • Removed Openstack Zed jobs from CI (#​1705)
  • Removed Openstack Yoga jobs from CI (#​1705)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@scs-zuul
Copy link

scs-zuul bot commented May 16, 2024

Build failed (e2e-quick-test pipeline).
https://zuul.scs.community/t/SCS/buildset/4fd55dd8bcaa4cd8ab7bd75c81449ba5

k8s-cluster-api-provider-e2e-quick FAILURE in 34m 44s

Warning:

SCS Compliance results Testing SCS Compatible KaaS version v2 ******************************************************* Testing standard Kubernetes version policy ... Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0210-v2-k8s-version-policy.md ... INFO: Checking cluster specified by default context in /home/ubuntu/src/github.com/SovereignCloudStack/k8s-cluster-api-provider/terraform/pr737-723256.yaml.gx-scs-zuul. ERROR: The K8s cluster version 1.28.8 of cluster 'pr737-723256-admin@pr737-723256' is outdated according to the standard.

... returned 1 errors, 0 aborts


Testing standard Kubernetes node distribution and availability ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0214-v1-k8s-node-distribution.md ...
WARNING: There seems to be no distribution across multiple regions or labels aren't set correctly across nodes.
WARNING: There seems to be no distribution across multiple zones or labels aren't set correctly across nodes.
INFO: The nodes are distributed across 3 host-ids.
WARNING: There seems to be no distribution across multiple regions or labels aren't set correctly across nodes.
WARNING: There seems to be no distribution across multiple zones or labels aren't set correctly across nodes.
INFO: The nodes are distributed across 3 host-ids.
The config file under ./config.yaml couldn't be found, falling back to the default config.
... returned 0 errors, 0 aborts


Testing standard CNCF Kubernetes conformance ...
Reference: https://github.com/cncf/k8s-conformance/tree/master ...
WARNING: No check tool specified for CNCF Kubernetes conformance


Verdict for subject KaaS_V1, SCS Compatible KaaS, version v2: 1 ERRORS
Testing SCS Compatible KaaS version v1


Testing standard Kubernetes version policy ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0210-v2-k8s-version-policy.md ...
... returned 1 errors, 0 aborts


Testing standard Kubernetes node distribution and availability ...
Reference: https://raw.githubusercontent.com/SovereignCloudStack/standards/main/Standards/scs-0214-v1-k8s-node-distribution.md ...
... returned 0 errors, 0 aborts


Verdict for subject KaaS_V1, SCS Compatible KaaS, version v1: 1 ERRORS

Sonobouy results === Collecting results === time="2024-05-16T14:54:55Z" level=info msg="delete request issued" dry-run=false kind=namespace namespace=sonobuoy time="2024-05-16T14:54:55Z" level=info msg="delete request issued" dry-run=false kind=clusterrolebindings names="[sonobuoy-serviceaccount-sonobuoy]" time="2024-05-16T14:54:55Z" level=info msg="delete request issued" dry-run=false kind=clusterroles names="[sonobuoy-serviceaccount-sonobuoy]" Plugin: e2e Status: passed Total: 7393 Passed: 5 Failed: 0 Skipped: 7388

Plugin: systemd-logs
Status: passed
Total: 5
Passed: 5
Failed: 0
Skipped: 0

Run Details:
API Server version: v1.28.8
Node health: 5/6 (83%)
Details for failed nodes:
pr737-723256-ljhmh-vx8fn Ready:False: KubeletNotReady: container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized

Pods health: 47/50 (94%)
Details for failed pods:
kube-system/cilium-mvvs5 Ready:False: ContainersNotInitialized: containers with incomplete status: [config mount-cgroup apply-sysctl-overwrites mount-bpf-fs clean-cilium-state install-cni-binaries]
kube-system/csi-cinder-nodeplugin-lfltj Ready:False: ContainersNotReady: containers with unready status: [node-driver-registrar liveness-probe cinder-csi-plugin]
sonobuoy/sonobuoy-systemd-logs-daemon-set-ce0dae8558684212-dn9vj Ready:False: ContainersNotReady: containers with unready status: [systemd-logs sonobuoy-worker]
Errors detected in files:
Errors:
5 podlogs/kube-system/cilium-6vdw2/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-8t8tn/logs/cilium-agent.txt
5 podlogs/kube-system/cilium-dz7q7/logs/cilium-agent.txt
1 podlogs/sonobuoy/sonobuoy-e2e-job-f14ee24f5600474c/logs/e2e.txt
1 podlogs/sonobuoy/sonobuoy/logs/kube-sonobuoy.txt
Warnings:
1 podlogs/kube-system/cilium-dz7q7/logs/cilium-agent.txt
1 podlogs/sonobuoy/sonobuoy-e2e-job-f14ee24f5600474c/logs/e2e.txt
1 podlogs/sonobuoy/sonobuoy/logs/kube-sonobuoy.txt
1 podlogs/kube-system/cilium-6vdw2/logs/cilium-agent.txt
1 podlogs/kube-system/cilium-8t8tn/logs/cilium-agent.txt
time="2024-05-16T14:54:56Z" level=info msg="delete request issued" dry-run=false kind=namespace namespace=sonobuoy
time="2024-05-16T14:54:56Z" level=info msg="delete request issued" dry-run=false kind=clusterrolebindings names="[]"
time="2024-05-16T14:54:56Z" level=info msg="delete request issued" dry-run=false kind=clusterroles names="[]"

Namespace "sonobuoy" has status {Phase:Terminating Conditions:[]}

Namespace "sonobuoy" has status {Phase:Terminating Conditions:[{Type:NamespaceDeletionDiscoveryFailure Status:False LastTransitionTime:2024-05-16 14:55:03 +0000 UTC Reason:ResourcesDiscovered Message:All resources successfully discovered} {Type:NamespaceDeletionGroupVersionParsingFailure Status:False LastTransitionTime:2024-05-16 14:55:03 +0000 UTC Reason:ParsedGroupVersions Message:All legacy kube types successfully parsed} {Type:NamespaceDeletionContentFailure Status:False LastTransitionTime:2024-05-16 14:55:03 +0000 UTC Reason:ContentDeleted Message:All content successfully deleted, may be waiting on finalization} {Type:NamespaceContentRemaining Status:True LastTransitionTime:2024-05-16 14:55:03 +0000 UTC Reason:SomeResourcesRemain Message:Some resources are remaining: pods. has 1 resource instances} {Type:NamespaceFinalizersRemaining Status:False LastTransitionTime:2024-05-16 14:55:03 +0000 UTC Reason:ContentHasNoFinalizers Message:All content-preserving finalizers finished}]}

Namespace "sonobuoy" has been deleted

Deleted all ClusterRoles and ClusterRoleBindings.
=== Sonobuoy conformance tests passed in 221s ===
make[1]: Leaving directory '/home/ubuntu/src/github.com/SovereignCloudStack/k8s-cluster-api-provider/terraform'

@renovate renovate bot force-pushed the renovate/openstack-2.x branch 3 times, most recently from 66361e0 to 4c72670 Compare May 24, 2024 06:04
@renovate renovate bot force-pushed the renovate/openstack-2.x branch from 4c72670 to 9c9a0ec Compare May 30, 2024 12:15
@renovate renovate bot force-pushed the renovate/openstack-2.x branch from 9c9a0ec to 68f5f6e Compare June 26, 2024 13:13
@renovate renovate bot force-pushed the renovate/openstack-2.x branch from 68f5f6e to f8e7d9d Compare July 8, 2024 07:32
Signed-off-by: SCS Renovate Bot <renovatebot@scs.community>
@renovate renovate bot force-pushed the renovate/openstack-2.x branch from f8e7d9d to ea30689 Compare July 22, 2024 14:00
@renovate renovate bot changed the title Update Terraform openstack to v2 Update Terraform openstack to v2 - autoclosed Sep 25, 2024
@renovate renovate bot closed this Sep 25, 2024
@renovate renovate bot deleted the renovate/openstack-2.x branch September 25, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants