Skip to content
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

Add ah pci pods to umbrella chart #357

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Conversation

al8
Copy link

@al8 al8 commented Mar 30, 2021

launched with:

helm install -n micro-onos --set import.onos-config.enabled=false --set import.onos-topo.enabled=false --set import.fb-ah-xapp.enabled=true --set import.fb-ah-gui.enabled=true --set import.ah-eson-test-server.enabled=true sd-ran --set import.ran-simulator.enabled=true ./sd-ran

verified xapp logs kubectl logs --namespace=micro-onos $(kubectl -n micro-onos get pods -l name=fb-ah-xapp -o custom-columns=":metadata.name") -f

INFO 2021-03-30 17:26:09 main.py:72] Subscribing to ['00000000003020f9:0', '0000000000340422:0'] nodes
INFO 2021-03-30 17:26:09 main.py:212] subscribe_pci_changes: waiting for changes
INFO 2021-03-30 17:26:10 main.py:132] Registering new cell for '00000000003020f9:0': ecgi=0x1384260142201 pci=459
INFO 2021-03-30 17:26:10 main.py:132] Registering new cell for '0000000000340422:0': ecgi=0x1384260142101 pci=459
INFO 2021-03-30 17:26:10 main.py:132] Registering new cell for '0000000000340422:0': ecgi=0x1384260142102 pci=108
INFO 2021-03-30 17:26:10 main.py:132] Registering new cell for '00000000003020f9:0': ecgi=0x1384260142202 pci=264
INFO 2021-03-30 17:26:10 main.py:132] Registering new cell for '00000000003020f9:0': ecgi=0x1384260142203 pci=131
INFO 2021-03-30 17:26:10 main.py:132] Registering new cell for '0000000000340422:0': ecgi=0x1384260142103 pci=108
INFO 2021-03-30 17:26:12 main.py:229] subscribe_pci_changes: Received ecgi=0x1384260142201 pci=149
INFO 2021-03-30 17:26:12 main.py:132] Updating pci for '00000000003020f9:0': ecgi=0x1384260142201 pci=149
INFO 2021-03-30 17:26:13 main.py:177] Updating neighbor: ecgi=0x1384260142202 neighbors=[(343332707639809, 149)]
INFO 2021-03-30 17:26:13 main.py:177] Updating neighbor: ecgi=0x1384260142203 neighbors=[(343332707639809, 149)]
INFO 2021-03-30 17:26:15 main.py:229] subscribe_pci_changes: Received ecgi=0x1384260142203 pci=77

verified gui node port 8080 showing topology

Screen Shot 2021-03-30 at 10 32 50 AM

@adibrastegarnia adibrastegarnia self-requested a review March 30, 2021 17:38
@@ -58,3 +58,15 @@ dependencies:
condition: import.onos-kpimon.enabled
repository: "@sdran"
version: 0.6.2
- name: fb-ah-xapp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Increase the sd-ran chart version @al8

@adibrastegarnia adibrastegarnia merged commit 1e441ec into onosproject:master Mar 30, 2021
@adibrastegarnia adibrastegarnia deleted the umbrel branch March 30, 2021 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants