mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 03:10:30 -07:00
Remove google_cloud_ops_agents submodule
This commit is contained in:
parent
623c78f131
commit
3de16da36a
6 changed files with 11 additions and 10 deletions
|
@ -5,6 +5,3 @@ skip_list:
|
|||
- ANSIBLE0010
|
||||
use_default_rules: true
|
||||
verbosity: 1
|
||||
exclude_paths:
|
||||
# Ignore submodule https://github.com/GoogleCloudPlatform/google-cloud-ops-agents-ansible
|
||||
- roles/google_cloud_ops_agents/
|
||||
|
|
5
.github/workflows/ansible-test.yml
vendored
5
.github/workflows/ansible-test.yml
vendored
|
@ -31,12 +31,11 @@ jobs:
|
|||
- name: Install ansible-base (${{ matrix.ansible_version }})
|
||||
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible_version }}.tar.gz --disable-pip-version-check
|
||||
- name: Run ansible-test sanity
|
||||
# validate-modules cannot be turned on until #498 is resolved.
|
||||
run: ansible-test sanity -v --color --skip validate-modules
|
||||
run: ansible-test sanity -v --color
|
||||
- name: Install ansible-lint
|
||||
run: pip install ansible-lint==24.7.0
|
||||
- name: Run ansible-lint
|
||||
run: ansible-lint --exclude roles/google_cloud_ops_agents/
|
||||
run: ansible-lint
|
||||
unit:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "roles/google_cloud_ops_agents"]
|
||||
path = roles/google_cloud_ops_agents
|
||||
url = https://github.com/GoogleCloudPlatform/google-cloud-ops-agents-ansible.git
|
|
@ -7,6 +7,11 @@ Google.Cloud Release Notes
|
|||
v1.5.0
|
||||
======
|
||||
|
||||
Major Changes
|
||||
-------------
|
||||
|
||||
- google_cloud_ops_agents - role submodule removed because it prevents the collection from passing sanity and lint tests
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
|
|
|
@ -109,11 +109,15 @@ releases:
|
|||
- ansible-test - integration tests are now run against 2.17 and 2.18
|
||||
- gcp_bigquery_table - properly handle BigQuery table clustering fields
|
||||
- gcp_pubsub_subscription - fixed improper subscription uprade PATCH request
|
||||
major_changes:
|
||||
- google_cloud_ops_agents - role submodule removed because it prevents the collection
|
||||
from passing sanity and lint tests
|
||||
minor_changes:
|
||||
- gcp_pubsub_subscription - allows to create GCS subscription
|
||||
fragments:
|
||||
- fix-bigquery-table-create-clustering.yml
|
||||
- gcp_pubsub_subscription_bugfix.yaml
|
||||
- gcp_pubsub_subscription_gcs_feature.yaml
|
||||
- remove-google_cloud_ops_agents-role.yml
|
||||
- upgrade_anisble.yml
|
||||
release_date: '2025-01-14'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 99adb1edafb02c3573eaf680266205295ba7f159
|
Loading…
Add table
Reference in a new issue