Skip to content

[Task] Implement of connecting between actioncontroller and pharos #144#145

Merged
youngtaekiim merged 3 commits into
eclipse-pullpiri:refactoringfrom
seunghwan-bang:refactoring
Jul 28, 2025
Merged

[Task] Implement of connecting between actioncontroller and pharos #144#145
youngtaekiim merged 3 commits into
eclipse-pullpiri:refactoringfrom
seunghwan-bang:refactoring

Conversation

@seunghwan-bang
Copy link
Copy Markdown
Contributor

url: #144
desc : implement of connecting between actioncontroller and pharos for milestone2. compile test Ok.
Add Node spec in common/spec/artifact.
Add pharos_service proto
To parse the node in api-server, add the node area.
Implement request_network_pod method to send data(node, network, pod_name) to the pharos via gRPC.
Implement complete_network_setting method to receive a CompleteNetworkSettingResponse from the pharos via gRPC.

desc : implement of connecting between actioncontroller and pharos for milestone2. compile test Ok.
	Add Node spec in common/spec/artifact.
	Add pharos_service proto
	To parse the node in api-server, add the node area.
	Implement request_network_pod method to send data(node, network, pod_name) to the pharos via gRPC.
	Implement complete_network_setting method to receive a CompleteNetworkSettingResponse from the pharos via gRPC.
Comment thread src/common/proto/actioncontroller.proto Outdated
message CompleteNetworkSettingRequest {
string request_id = 1;
enum Status {
OK = 0;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Status 를 밖으로 빼고 이름 바꾸고, 원래 있던 Status 도 이름 바꿔서 혼동 방지

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

네 수정하여 반영하도록 하겠습니다.

desc : actionController status name change to prevent confusion. compile test Ok.
@youngtaekiim youngtaekiim merged commit 28f1223 into eclipse-pullpiri:refactoring Jul 28, 2025
5 of 6 checks passed
@youngtaekiim youngtaekiim self-assigned this Jul 28, 2025
chaehee-lim pushed a commit to chaehee-lim/pullpiri that referenced this pull request Sep 3, 2025
desc : actionController status name change to prevent confusion. compile test Ok.
chaehee-lim pushed a commit to chaehee-lim/pullpiri that referenced this pull request Sep 3, 2025
[Task] Implement of connecting between actioncontroller and pharos eclipse-pullpiri#144
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants