Add fleet and sw-catalogs repo URLs to GitopsConfig to properly load them from env

Change-Id: Ia2d204bb1a3460c460fe660f4dfe2cca426d164f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osm_lcm/data_utils/lcm_config.py b/osm_lcm/data_utils/lcm_config.py
index 224b4a4..ac66808 100644
--- a/osm_lcm/data_utils/lcm_config.py
+++ b/osm_lcm/data_utils/lcm_config.py
@@ -208,6 +208,8 @@
 
 class GitopsConfig(OsmConfigman):
     git_base_url: str = None
+    fleet_repo_url: str = None
+    sw_catalogs_repo_url: str = None
     user: str = None
     pubkey: str = None
     mgmtcluster_kubeconfig: str = None