update/software/service-files/software.conf
Heitor Matsui f6f8111c4c Fix package_feed parameter after upversion
With [1] the package_feed parameter on software.conf is now
pointing to a unexistent URL. This commit fixes the parameter.

[1] https://review.opendev.org/c/starlingx/utilities/+/906010

Test Plan
PASS: deploy a patch successfully

Story: 2010676
Task: 49516

Signed-off-by: Heitor Matsui <heitorvieira.matsui@windriver.com>
Change-Id: I01157498b1c0d968c1262920dea3426661512ff9
2024-02-02 12:20:29 -03:00

13 lines
369 B
Plaintext

[runtime]
controller_multicast = 239.1.1.3
agent_multicast = 239.1.1.4
api_port = 5493
controller_port = 5494
agent_port = 5495
# alternate PostgreSQL server port for bringing up
# db to run on to-release
alt_postgresql_port = 6666
# todo(cshort): This needs to be configured in puppet.
package_feed="http://controller:8080/updates/debian/rel-24.03/ bullseye updates"