commit e72c46c195d532449edeb2625e60c58ed2058b8a Author: Network Agent Date: Fri Jun 5 10:51:17 2026 +0000 initial commit diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..62e9a9e --- /dev/null +++ b/Readme.md @@ -0,0 +1,2 @@ +# Root Repo + diff --git a/network-namespace.yaml b/network-namespace.yaml new file mode 100644 index 0000000..b8acb78 --- /dev/null +++ b/network-namespace.yaml @@ -0,0 +1,20 @@ +# Copyright 2024-2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apiVersion: v1 +kind: Namespace +metadata: + name: network + annotations: + cnrm.cloud.google.com/project-id: "dtwdemo2026" diff --git a/network-repo-sync.yaml b/network-repo-sync.yaml new file mode 100644 index 0000000..495a0f5 --- /dev/null +++ b/network-repo-sync.yaml @@ -0,0 +1,29 @@ +# Copyright 2024-2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apiVersion: configsync.gke.io/v1beta1 +kind: RepoSync +metadata: + name: repo-sync + namespace: network +spec: + sourceType: git + sourceFormat: unstructured + git: + repo: https://networkagent:Z!nkF0unDRy2o26@34.13.23.210:3000/networkagent/network + revision: HEAD + branch: master + auth: none + gcpServiceAccountEmail: networkagent@me.com + noSSLVerify: True diff --git a/network-role.yaml b/network-role.yaml new file mode 100644 index 0000000..852e33c --- /dev/null +++ b/network-role.yaml @@ -0,0 +1,27 @@ +# Copyright 2024-2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: network-rolebinding + namespace: network +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: cluster-admin +subjects: + - kind: ServiceAccount + name: ns-reconciler-network + namespace: config-management-system