oc_project.py 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/project -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_project
  52. short_description: Module to manage openshift projects
  53. description:
  54. - Manage openshift projects programmatically.
  55. options:
  56. state:
  57. description:
  58. - If present, the project will be created if it doesn't exist or update if different. If absent, the project will be removed if present. If list, information about the project will be gathered and returned as part of the Ansible call results.
  59. required: false
  60. default: present
  61. choices: ["present", "absent", "list"]
  62. aliases: []
  63. kubeconfig:
  64. description:
  65. - The path for the kubeconfig file to use for authentication
  66. required: false
  67. default: /etc/origin/master/admin.kubeconfig
  68. aliases: []
  69. debug:
  70. description:
  71. - Turn on debug output.
  72. required: false
  73. default: False
  74. aliases: []
  75. name:
  76. description:
  77. - Name of the object that is being queried.
  78. required: false
  79. default: None
  80. aliases: []
  81. display_name:
  82. description:
  83. - The display name attribute for a project
  84. required: false
  85. default: None
  86. aliases: []
  87. description:
  88. description:
  89. - The description attribute for a project
  90. required: false
  91. default: None
  92. aliases: []
  93. admin:
  94. description:
  95. - The project admin username
  96. required: false
  97. default: false
  98. aliases: []
  99. admin_role:
  100. description:
  101. - The project admin username
  102. required: false
  103. default: 'admin'
  104. aliases: []
  105. node_selector:
  106. description:
  107. - The node selector for this project.
  108. - This allows certain pods in this project to run on certain nodes.
  109. required: false
  110. default: None
  111. aliases: []
  112. author:
  113. - "Kenny Woodson <kwoodson@redhat.com>"
  114. extends_documentation_fragment: []
  115. '''
  116. EXAMPLES = '''
  117. - name: create secret
  118. oc_project:
  119. state: present
  120. name: openshift-ops
  121. display_name: operations team project
  122. node_selector:
  123. - top=secret
  124. - noncustomer=True
  125. '''
  126. # -*- -*- -*- End included fragment: doc/project -*- -*- -*-
  127. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  128. # pylint: disable=undefined-variable,missing-docstring
  129. # noqa: E301,E302
  130. class YeditException(Exception):
  131. ''' Exception class for Yedit '''
  132. pass
  133. # pylint: disable=too-many-public-methods
  134. class Yedit(object):
  135. ''' Class to modify yaml files '''
  136. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  137. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z%s/_-]+)"
  138. com_sep = set(['.', '#', '|', ':'])
  139. # pylint: disable=too-many-arguments
  140. def __init__(self,
  141. filename=None,
  142. content=None,
  143. content_type='yaml',
  144. separator='.',
  145. backup=False):
  146. self.content = content
  147. self._separator = separator
  148. self.filename = filename
  149. self.__yaml_dict = content
  150. self.content_type = content_type
  151. self.backup = backup
  152. self.load(content_type=self.content_type)
  153. if self.__yaml_dict is None:
  154. self.__yaml_dict = {}
  155. @property
  156. def separator(self):
  157. ''' getter method for yaml_dict '''
  158. return self._separator
  159. @separator.setter
  160. def separator(self):
  161. ''' getter method for yaml_dict '''
  162. return self._separator
  163. @property
  164. def yaml_dict(self):
  165. ''' getter method for yaml_dict '''
  166. return self.__yaml_dict
  167. @yaml_dict.setter
  168. def yaml_dict(self, value):
  169. ''' setter method for yaml_dict '''
  170. self.__yaml_dict = value
  171. @staticmethod
  172. def parse_key(key, sep='.'):
  173. '''parse the key allowing the appropriate separator'''
  174. common_separators = list(Yedit.com_sep - set([sep]))
  175. return re.findall(Yedit.re_key % ''.join(common_separators), key)
  176. @staticmethod
  177. def valid_key(key, sep='.'):
  178. '''validate the incoming key'''
  179. common_separators = list(Yedit.com_sep - set([sep]))
  180. if not re.match(Yedit.re_valid_key % ''.join(common_separators), key):
  181. return False
  182. return True
  183. @staticmethod
  184. def remove_entry(data, key, sep='.'):
  185. ''' remove data at location key '''
  186. if key == '' and isinstance(data, dict):
  187. data.clear()
  188. return True
  189. elif key == '' and isinstance(data, list):
  190. del data[:]
  191. return True
  192. if not (key and Yedit.valid_key(key, sep)) and \
  193. isinstance(data, (list, dict)):
  194. return None
  195. key_indexes = Yedit.parse_key(key, sep)
  196. for arr_ind, dict_key in key_indexes[:-1]:
  197. if dict_key and isinstance(data, dict):
  198. data = data.get(dict_key, None)
  199. elif (arr_ind and isinstance(data, list) and
  200. int(arr_ind) <= len(data) - 1):
  201. data = data[int(arr_ind)]
  202. else:
  203. return None
  204. # process last index for remove
  205. # expected list entry
  206. if key_indexes[-1][0]:
  207. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  208. del data[int(key_indexes[-1][0])]
  209. return True
  210. # expected dict entry
  211. elif key_indexes[-1][1]:
  212. if isinstance(data, dict):
  213. del data[key_indexes[-1][1]]
  214. return True
  215. @staticmethod
  216. def add_entry(data, key, item=None, sep='.'):
  217. ''' Get an item from a dictionary with key notation a.b.c
  218. d = {'a': {'b': 'c'}}}
  219. key = a#b
  220. return c
  221. '''
  222. if key == '':
  223. pass
  224. elif (not (key and Yedit.valid_key(key, sep)) and
  225. isinstance(data, (list, dict))):
  226. return None
  227. key_indexes = Yedit.parse_key(key, sep)
  228. for arr_ind, dict_key in key_indexes[:-1]:
  229. if dict_key:
  230. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  231. data = data[dict_key]
  232. continue
  233. elif data and not isinstance(data, dict):
  234. raise YeditException("Unexpected item type found while going through key " +
  235. "path: {} (at key: {})".format(key, dict_key))
  236. data[dict_key] = {}
  237. data = data[dict_key]
  238. elif (arr_ind and isinstance(data, list) and
  239. int(arr_ind) <= len(data) - 1):
  240. data = data[int(arr_ind)]
  241. else:
  242. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  243. if key == '':
  244. data = item
  245. # process last index for add
  246. # expected list entry
  247. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  248. data[int(key_indexes[-1][0])] = item
  249. # expected dict entry
  250. elif key_indexes[-1][1] and isinstance(data, dict):
  251. data[key_indexes[-1][1]] = item
  252. # didn't add/update to an existing list, nor add/update key to a dict
  253. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  254. # non-existent array
  255. else:
  256. raise YeditException("Error adding to object at path: {}".format(key))
  257. return data
  258. @staticmethod
  259. def get_entry(data, key, sep='.'):
  260. ''' Get an item from a dictionary with key notation a.b.c
  261. d = {'a': {'b': 'c'}}}
  262. key = a.b
  263. return c
  264. '''
  265. if key == '':
  266. pass
  267. elif (not (key and Yedit.valid_key(key, sep)) and
  268. isinstance(data, (list, dict))):
  269. return None
  270. key_indexes = Yedit.parse_key(key, sep)
  271. for arr_ind, dict_key in key_indexes:
  272. if dict_key and isinstance(data, dict):
  273. data = data.get(dict_key, None)
  274. elif (arr_ind and isinstance(data, list) and
  275. int(arr_ind) <= len(data) - 1):
  276. data = data[int(arr_ind)]
  277. else:
  278. return None
  279. return data
  280. @staticmethod
  281. def _write(filename, contents):
  282. ''' Actually write the file contents to disk. This helps with mocking. '''
  283. tmp_filename = filename + '.yedit'
  284. with open(tmp_filename, 'w') as yfd:
  285. yfd.write(contents)
  286. os.rename(tmp_filename, filename)
  287. def write(self):
  288. ''' write to file '''
  289. if not self.filename:
  290. raise YeditException('Please specify a filename.')
  291. if self.backup and self.file_exists():
  292. shutil.copy(self.filename, self.filename + '.orig')
  293. # Try to set format attributes if supported
  294. try:
  295. self.yaml_dict.fa.set_block_style()
  296. except AttributeError:
  297. pass
  298. # Try to use RoundTripDumper if supported.
  299. try:
  300. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  301. except AttributeError:
  302. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  303. return (True, self.yaml_dict)
  304. def read(self):
  305. ''' read from file '''
  306. # check if it exists
  307. if self.filename is None or not self.file_exists():
  308. return None
  309. contents = None
  310. with open(self.filename) as yfd:
  311. contents = yfd.read()
  312. return contents
  313. def file_exists(self):
  314. ''' return whether file exists '''
  315. if os.path.exists(self.filename):
  316. return True
  317. return False
  318. def load(self, content_type='yaml'):
  319. ''' return yaml file '''
  320. contents = self.read()
  321. if not contents and not self.content:
  322. return None
  323. if self.content:
  324. if isinstance(self.content, dict):
  325. self.yaml_dict = self.content
  326. return self.yaml_dict
  327. elif isinstance(self.content, str):
  328. contents = self.content
  329. # check if it is yaml
  330. try:
  331. if content_type == 'yaml' and contents:
  332. # Try to set format attributes if supported
  333. try:
  334. self.yaml_dict.fa.set_block_style()
  335. except AttributeError:
  336. pass
  337. # Try to use RoundTripLoader if supported.
  338. try:
  339. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  340. except AttributeError:
  341. self.yaml_dict = yaml.safe_load(contents)
  342. # Try to set format attributes if supported
  343. try:
  344. self.yaml_dict.fa.set_block_style()
  345. except AttributeError:
  346. pass
  347. elif content_type == 'json' and contents:
  348. self.yaml_dict = json.loads(contents)
  349. except yaml.YAMLError as err:
  350. # Error loading yaml or json
  351. raise YeditException('Problem with loading yaml file. %s' % err)
  352. return self.yaml_dict
  353. def get(self, key):
  354. ''' get a specified key'''
  355. try:
  356. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  357. except KeyError:
  358. entry = None
  359. return entry
  360. def pop(self, path, key_or_item):
  361. ''' remove a key, value pair from a dict or an item for a list'''
  362. try:
  363. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  364. except KeyError:
  365. entry = None
  366. if entry is None:
  367. return (False, self.yaml_dict)
  368. if isinstance(entry, dict):
  369. # AUDIT:maybe-no-member makes sense due to fuzzy types
  370. # pylint: disable=maybe-no-member
  371. if key_or_item in entry:
  372. entry.pop(key_or_item)
  373. return (True, self.yaml_dict)
  374. return (False, self.yaml_dict)
  375. elif isinstance(entry, list):
  376. # AUDIT:maybe-no-member makes sense due to fuzzy types
  377. # pylint: disable=maybe-no-member
  378. ind = None
  379. try:
  380. ind = entry.index(key_or_item)
  381. except ValueError:
  382. return (False, self.yaml_dict)
  383. entry.pop(ind)
  384. return (True, self.yaml_dict)
  385. return (False, self.yaml_dict)
  386. def delete(self, path):
  387. ''' remove path from a dict'''
  388. try:
  389. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  390. except KeyError:
  391. entry = None
  392. if entry is None:
  393. return (False, self.yaml_dict)
  394. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  395. if not result:
  396. return (False, self.yaml_dict)
  397. return (True, self.yaml_dict)
  398. def exists(self, path, value):
  399. ''' check if value exists at path'''
  400. try:
  401. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  402. except KeyError:
  403. entry = None
  404. if isinstance(entry, list):
  405. if value in entry:
  406. return True
  407. return False
  408. elif isinstance(entry, dict):
  409. if isinstance(value, dict):
  410. rval = False
  411. for key, val in value.items():
  412. if entry[key] != val:
  413. rval = False
  414. break
  415. else:
  416. rval = True
  417. return rval
  418. return value in entry
  419. return entry == value
  420. def append(self, path, value):
  421. '''append value to a list'''
  422. try:
  423. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  424. except KeyError:
  425. entry = None
  426. if entry is None:
  427. self.put(path, [])
  428. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  429. if not isinstance(entry, list):
  430. return (False, self.yaml_dict)
  431. # AUDIT:maybe-no-member makes sense due to loading data from
  432. # a serialized format.
  433. # pylint: disable=maybe-no-member
  434. entry.append(value)
  435. return (True, self.yaml_dict)
  436. # pylint: disable=too-many-arguments
  437. def update(self, path, value, index=None, curr_value=None):
  438. ''' put path, value into a dict '''
  439. try:
  440. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  441. except KeyError:
  442. entry = None
  443. if isinstance(entry, dict):
  444. # AUDIT:maybe-no-member makes sense due to fuzzy types
  445. # pylint: disable=maybe-no-member
  446. if not isinstance(value, dict):
  447. raise YeditException('Cannot replace key, value entry in ' +
  448. 'dict with non-dict type. value=[%s] [%s]' % (value, type(value))) # noqa: E501
  449. entry.update(value)
  450. return (True, self.yaml_dict)
  451. elif isinstance(entry, list):
  452. # AUDIT:maybe-no-member makes sense due to fuzzy types
  453. # pylint: disable=maybe-no-member
  454. ind = None
  455. if curr_value:
  456. try:
  457. ind = entry.index(curr_value)
  458. except ValueError:
  459. return (False, self.yaml_dict)
  460. elif index is not None:
  461. ind = index
  462. if ind is not None and entry[ind] != value:
  463. entry[ind] = value
  464. return (True, self.yaml_dict)
  465. # see if it exists in the list
  466. try:
  467. ind = entry.index(value)
  468. except ValueError:
  469. # doesn't exist, append it
  470. entry.append(value)
  471. return (True, self.yaml_dict)
  472. # already exists, return
  473. if ind is not None:
  474. return (False, self.yaml_dict)
  475. return (False, self.yaml_dict)
  476. def put(self, path, value):
  477. ''' put path, value into a dict '''
  478. try:
  479. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  480. except KeyError:
  481. entry = None
  482. if entry == value:
  483. return (False, self.yaml_dict)
  484. # deepcopy didn't work
  485. # Try to use ruamel.yaml and fallback to pyyaml
  486. try:
  487. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  488. default_flow_style=False),
  489. yaml.RoundTripLoader)
  490. except AttributeError:
  491. tmp_copy = copy.deepcopy(self.yaml_dict)
  492. # set the format attributes if available
  493. try:
  494. tmp_copy.fa.set_block_style()
  495. except AttributeError:
  496. pass
  497. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  498. if not result:
  499. return (False, self.yaml_dict)
  500. self.yaml_dict = tmp_copy
  501. return (True, self.yaml_dict)
  502. def create(self, path, value):
  503. ''' create a yaml file '''
  504. if not self.file_exists():
  505. # deepcopy didn't work
  506. # Try to use ruamel.yaml and fallback to pyyaml
  507. try:
  508. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  509. default_flow_style=False),
  510. yaml.RoundTripLoader)
  511. except AttributeError:
  512. tmp_copy = copy.deepcopy(self.yaml_dict)
  513. # set the format attributes if available
  514. try:
  515. tmp_copy.fa.set_block_style()
  516. except AttributeError:
  517. pass
  518. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  519. if result:
  520. self.yaml_dict = tmp_copy
  521. return (True, self.yaml_dict)
  522. return (False, self.yaml_dict)
  523. @staticmethod
  524. def get_curr_value(invalue, val_type):
  525. '''return the current value'''
  526. if invalue is None:
  527. return None
  528. curr_value = invalue
  529. if val_type == 'yaml':
  530. curr_value = yaml.load(invalue)
  531. elif val_type == 'json':
  532. curr_value = json.loads(invalue)
  533. return curr_value
  534. @staticmethod
  535. def parse_value(inc_value, vtype=''):
  536. '''determine value type passed'''
  537. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  538. 'on', 'On', 'ON', ]
  539. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  540. 'off', 'Off', 'OFF']
  541. # It came in as a string but you didn't specify value_type as string
  542. # we will convert to bool if it matches any of the above cases
  543. if isinstance(inc_value, str) and 'bool' in vtype:
  544. if inc_value not in true_bools and inc_value not in false_bools:
  545. raise YeditException('Not a boolean type. str=[%s] vtype=[%s]'
  546. % (inc_value, vtype))
  547. elif isinstance(inc_value, bool) and 'str' in vtype:
  548. inc_value = str(inc_value)
  549. # If vtype is not str then go ahead and attempt to yaml load it.
  550. if isinstance(inc_value, str) and 'str' not in vtype:
  551. try:
  552. inc_value = yaml.load(inc_value)
  553. except Exception:
  554. raise YeditException('Could not determine type of incoming ' +
  555. 'value. value=[%s] vtype=[%s]'
  556. % (type(inc_value), vtype))
  557. return inc_value
  558. # pylint: disable=too-many-return-statements,too-many-branches
  559. @staticmethod
  560. def run_ansible(module):
  561. '''perform the idempotent crud operations'''
  562. yamlfile = Yedit(filename=module.params['src'],
  563. backup=module.params['backup'],
  564. separator=module.params['separator'])
  565. if module.params['src']:
  566. rval = yamlfile.load()
  567. if yamlfile.yaml_dict is None and \
  568. module.params['state'] != 'present':
  569. return {'failed': True,
  570. 'msg': 'Error opening file [%s]. Verify that the ' +
  571. 'file exists, that it is has correct' +
  572. ' permissions, and is valid yaml.'}
  573. if module.params['state'] == 'list':
  574. if module.params['content']:
  575. content = Yedit.parse_value(module.params['content'],
  576. module.params['content_type'])
  577. yamlfile.yaml_dict = content
  578. if module.params['key']:
  579. rval = yamlfile.get(module.params['key']) or {}
  580. return {'changed': False, 'result': rval, 'state': "list"}
  581. elif module.params['state'] == 'absent':
  582. if module.params['content']:
  583. content = Yedit.parse_value(module.params['content'],
  584. module.params['content_type'])
  585. yamlfile.yaml_dict = content
  586. if module.params['update']:
  587. rval = yamlfile.pop(module.params['key'],
  588. module.params['value'])
  589. else:
  590. rval = yamlfile.delete(module.params['key'])
  591. if rval[0] and module.params['src']:
  592. yamlfile.write()
  593. return {'changed': rval[0], 'result': rval[1], 'state': "absent"}
  594. elif module.params['state'] == 'present':
  595. # check if content is different than what is in the file
  596. if module.params['content']:
  597. content = Yedit.parse_value(module.params['content'],
  598. module.params['content_type'])
  599. # We had no edits to make and the contents are the same
  600. if yamlfile.yaml_dict == content and \
  601. module.params['value'] is None:
  602. return {'changed': False,
  603. 'result': yamlfile.yaml_dict,
  604. 'state': "present"}
  605. yamlfile.yaml_dict = content
  606. # we were passed a value; parse it
  607. if module.params['value']:
  608. value = Yedit.parse_value(module.params['value'],
  609. module.params['value_type'])
  610. key = module.params['key']
  611. if module.params['update']:
  612. # pylint: disable=line-too-long
  613. curr_value = Yedit.get_curr_value(Yedit.parse_value(module.params['curr_value']), # noqa: E501
  614. module.params['curr_value_format']) # noqa: E501
  615. rval = yamlfile.update(key, value, module.params['index'], curr_value) # noqa: E501
  616. elif module.params['append']:
  617. rval = yamlfile.append(key, value)
  618. else:
  619. rval = yamlfile.put(key, value)
  620. if rval[0] and module.params['src']:
  621. yamlfile.write()
  622. return {'changed': rval[0],
  623. 'result': rval[1], 'state': "present"}
  624. # no edits to make
  625. if module.params['src']:
  626. # pylint: disable=redefined-variable-type
  627. rval = yamlfile.write()
  628. return {'changed': rval[0],
  629. 'result': rval[1],
  630. 'state': "present"}
  631. return {'failed': True, 'msg': 'Unkown state passed'}
  632. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  633. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  634. # pylint: disable=too-many-lines
  635. # noqa: E301,E302,E303,T001
  636. class OpenShiftCLIError(Exception):
  637. '''Exception class for openshiftcli'''
  638. pass
  639. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  640. def locate_oc_binary():
  641. ''' Find and return oc binary file '''
  642. # https://github.com/openshift/openshift-ansible/issues/3410
  643. # oc can be in /usr/local/bin in some cases, but that may not
  644. # be in $PATH due to ansible/sudo
  645. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  646. oc_binary = 'oc'
  647. # Use shutil.which if it is available, otherwise fallback to a naive path search
  648. try:
  649. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  650. if which_result is not None:
  651. oc_binary = which_result
  652. except AttributeError:
  653. for path in paths:
  654. if os.path.exists(os.path.join(path, oc_binary)):
  655. oc_binary = os.path.join(path, oc_binary)
  656. break
  657. return oc_binary
  658. # pylint: disable=too-few-public-methods
  659. class OpenShiftCLI(object):
  660. ''' Class to wrap the command line tools '''
  661. def __init__(self,
  662. namespace,
  663. kubeconfig='/etc/origin/master/admin.kubeconfig',
  664. verbose=False,
  665. all_namespaces=False):
  666. ''' Constructor for OpenshiftCLI '''
  667. self.namespace = namespace
  668. self.verbose = verbose
  669. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  670. self.all_namespaces = all_namespaces
  671. self.oc_binary = locate_oc_binary()
  672. # Pylint allows only 5 arguments to be passed.
  673. # pylint: disable=too-many-arguments
  674. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  675. ''' replace the current object with the content '''
  676. res = self._get(resource, rname)
  677. if not res['results']:
  678. return res
  679. fname = Utils.create_tmpfile(rname + '-')
  680. yed = Yedit(fname, res['results'][0], separator=sep)
  681. changes = []
  682. for key, value in content.items():
  683. changes.append(yed.put(key, value))
  684. if any([change[0] for change in changes]):
  685. yed.write()
  686. atexit.register(Utils.cleanup, [fname])
  687. return self._replace(fname, force)
  688. return {'returncode': 0, 'updated': False}
  689. def _replace(self, fname, force=False):
  690. '''replace the current object with oc replace'''
  691. cmd = ['replace', '-f', fname]
  692. if force:
  693. cmd.append('--force')
  694. return self.openshift_cmd(cmd)
  695. def _create_from_content(self, rname, content):
  696. '''create a temporary file and then call oc create on it'''
  697. fname = Utils.create_tmpfile(rname + '-')
  698. yed = Yedit(fname, content=content)
  699. yed.write()
  700. atexit.register(Utils.cleanup, [fname])
  701. return self._create(fname)
  702. def _create(self, fname):
  703. '''call oc create on a filename'''
  704. return self.openshift_cmd(['create', '-f', fname])
  705. def _delete(self, resource, rname, selector=None):
  706. '''call oc delete on a resource'''
  707. cmd = ['delete', resource, rname]
  708. if selector:
  709. cmd.append('--selector=%s' % selector)
  710. return self.openshift_cmd(cmd)
  711. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  712. '''process a template
  713. template_name: the name of the template to process
  714. create: whether to send to oc create after processing
  715. params: the parameters for the template
  716. template_data: the incoming template's data; instead of a file
  717. '''
  718. cmd = ['process']
  719. if template_data:
  720. cmd.extend(['-f', '-'])
  721. else:
  722. cmd.append(template_name)
  723. if params:
  724. param_str = ["%s=%s" % (key, value) for key, value in params.items()]
  725. cmd.append('-v')
  726. cmd.extend(param_str)
  727. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  728. if results['returncode'] != 0 or not create:
  729. return results
  730. fname = Utils.create_tmpfile(template_name + '-')
  731. yed = Yedit(fname, results['results'])
  732. yed.write()
  733. atexit.register(Utils.cleanup, [fname])
  734. return self.openshift_cmd(['create', '-f', fname])
  735. def _get(self, resource, rname=None, selector=None):
  736. '''return a resource by name '''
  737. cmd = ['get', resource]
  738. if selector:
  739. cmd.append('--selector=%s' % selector)
  740. elif rname:
  741. cmd.append(rname)
  742. cmd.extend(['-o', 'json'])
  743. rval = self.openshift_cmd(cmd, output=True)
  744. # Ensure results are retuned in an array
  745. if 'items' in rval:
  746. rval['results'] = rval['items']
  747. elif not isinstance(rval['results'], list):
  748. rval['results'] = [rval['results']]
  749. return rval
  750. def _schedulable(self, node=None, selector=None, schedulable=True):
  751. ''' perform oadm manage-node scheduable '''
  752. cmd = ['manage-node']
  753. if node:
  754. cmd.extend(node)
  755. else:
  756. cmd.append('--selector=%s' % selector)
  757. cmd.append('--schedulable=%s' % schedulable)
  758. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  759. def _list_pods(self, node=None, selector=None, pod_selector=None):
  760. ''' perform oadm list pods
  761. node: the node in which to list pods
  762. selector: the label selector filter if provided
  763. pod_selector: the pod selector filter if provided
  764. '''
  765. cmd = ['manage-node']
  766. if node:
  767. cmd.extend(node)
  768. else:
  769. cmd.append('--selector=%s' % selector)
  770. if pod_selector:
  771. cmd.append('--pod-selector=%s' % pod_selector)
  772. cmd.extend(['--list-pods', '-o', 'json'])
  773. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  774. # pylint: disable=too-many-arguments
  775. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  776. ''' perform oadm manage-node evacuate '''
  777. cmd = ['manage-node']
  778. if node:
  779. cmd.extend(node)
  780. else:
  781. cmd.append('--selector=%s' % selector)
  782. if dry_run:
  783. cmd.append('--dry-run')
  784. if pod_selector:
  785. cmd.append('--pod-selector=%s' % pod_selector)
  786. if grace_period:
  787. cmd.append('--grace-period=%s' % int(grace_period))
  788. if force:
  789. cmd.append('--force')
  790. cmd.append('--evacuate')
  791. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  792. def _version(self):
  793. ''' return the openshift version'''
  794. return self.openshift_cmd(['version'], output=True, output_type='raw')
  795. def _import_image(self, url=None, name=None, tag=None):
  796. ''' perform image import '''
  797. cmd = ['import-image']
  798. image = '{0}'.format(name)
  799. if tag:
  800. image += ':{0}'.format(tag)
  801. cmd.append(image)
  802. if url:
  803. cmd.append('--from={0}/{1}'.format(url, image))
  804. cmd.append('-n{0}'.format(self.namespace))
  805. cmd.append('--confirm')
  806. return self.openshift_cmd(cmd)
  807. def _run(self, cmds, input_data):
  808. ''' Actually executes the command. This makes mocking easier. '''
  809. curr_env = os.environ.copy()
  810. curr_env.update({'KUBECONFIG': self.kubeconfig})
  811. proc = subprocess.Popen(cmds,
  812. stdin=subprocess.PIPE,
  813. stdout=subprocess.PIPE,
  814. stderr=subprocess.PIPE,
  815. env=curr_env)
  816. stdout, stderr = proc.communicate(input_data)
  817. return proc.returncode, stdout.decode(), stderr.decode()
  818. # pylint: disable=too-many-arguments,too-many-branches
  819. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  820. '''Base command for oc '''
  821. cmds = [self.oc_binary]
  822. if oadm:
  823. cmds.append('adm')
  824. cmds.extend(cmd)
  825. if self.all_namespaces:
  826. cmds.extend(['--all-namespaces'])
  827. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  828. cmds.extend(['-n', self.namespace])
  829. rval = {}
  830. results = ''
  831. err = None
  832. if self.verbose:
  833. print(' '.join(cmds))
  834. try:
  835. returncode, stdout, stderr = self._run(cmds, input_data)
  836. except OSError as ex:
  837. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  838. rval = {"returncode": returncode,
  839. "results": results,
  840. "cmd": ' '.join(cmds)}
  841. if returncode == 0:
  842. if output:
  843. if output_type == 'json':
  844. try:
  845. rval['results'] = json.loads(stdout)
  846. except ValueError as err:
  847. if "No JSON object could be decoded" in err.args:
  848. err = err.args
  849. elif output_type == 'raw':
  850. rval['results'] = stdout
  851. if self.verbose:
  852. print("STDOUT: {0}".format(stdout))
  853. print("STDERR: {0}".format(stderr))
  854. if err:
  855. rval.update({"err": err,
  856. "stderr": stderr,
  857. "stdout": stdout,
  858. "cmd": cmds})
  859. else:
  860. rval.update({"stderr": stderr,
  861. "stdout": stdout,
  862. "results": {}})
  863. return rval
  864. class Utils(object):
  865. ''' utilities for openshiftcli modules '''
  866. @staticmethod
  867. def _write(filename, contents):
  868. ''' Actually write the file contents to disk. This helps with mocking. '''
  869. with open(filename, 'w') as sfd:
  870. sfd.write(contents)
  871. @staticmethod
  872. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  873. ''' create a file in tmp with name and contents'''
  874. tmp = Utils.create_tmpfile(prefix=rname)
  875. if ftype == 'yaml':
  876. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  877. # pylint: disable=no-member
  878. if hasattr(yaml, 'RoundTripDumper'):
  879. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  880. else:
  881. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  882. elif ftype == 'json':
  883. Utils._write(tmp, json.dumps(data))
  884. else:
  885. Utils._write(tmp, data)
  886. # Register cleanup when module is done
  887. atexit.register(Utils.cleanup, [tmp])
  888. return tmp
  889. @staticmethod
  890. def create_tmpfile_copy(inc_file):
  891. '''create a temporary copy of a file'''
  892. tmpfile = Utils.create_tmpfile('lib_openshift-')
  893. Utils._write(tmpfile, open(inc_file).read())
  894. # Cleanup the tmpfile
  895. atexit.register(Utils.cleanup, [tmpfile])
  896. return tmpfile
  897. @staticmethod
  898. def create_tmpfile(prefix='tmp'):
  899. ''' Generates and returns a temporary file name '''
  900. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  901. return tmp.name
  902. @staticmethod
  903. def create_tmp_files_from_contents(content, content_type=None):
  904. '''Turn an array of dict: filename, content into a files array'''
  905. if not isinstance(content, list):
  906. content = [content]
  907. files = []
  908. for item in content:
  909. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  910. item['data'],
  911. ftype=content_type)
  912. files.append({'name': os.path.basename(item['path']),
  913. 'path': path})
  914. return files
  915. @staticmethod
  916. def cleanup(files):
  917. '''Clean up on exit '''
  918. for sfile in files:
  919. if os.path.exists(sfile):
  920. if os.path.isdir(sfile):
  921. shutil.rmtree(sfile)
  922. elif os.path.isfile(sfile):
  923. os.remove(sfile)
  924. @staticmethod
  925. def exists(results, _name):
  926. ''' Check to see if the results include the name '''
  927. if not results:
  928. return False
  929. if Utils.find_result(results, _name):
  930. return True
  931. return False
  932. @staticmethod
  933. def find_result(results, _name):
  934. ''' Find the specified result by name'''
  935. rval = None
  936. for result in results:
  937. if 'metadata' in result and result['metadata']['name'] == _name:
  938. rval = result
  939. break
  940. return rval
  941. @staticmethod
  942. def get_resource_file(sfile, sfile_type='yaml'):
  943. ''' return the service file '''
  944. contents = None
  945. with open(sfile) as sfd:
  946. contents = sfd.read()
  947. if sfile_type == 'yaml':
  948. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  949. # pylint: disable=no-member
  950. if hasattr(yaml, 'RoundTripLoader'):
  951. contents = yaml.load(contents, yaml.RoundTripLoader)
  952. else:
  953. contents = yaml.safe_load(contents)
  954. elif sfile_type == 'json':
  955. contents = json.loads(contents)
  956. return contents
  957. @staticmethod
  958. def filter_versions(stdout):
  959. ''' filter the oc version output '''
  960. version_dict = {}
  961. version_search = ['oc', 'openshift', 'kubernetes']
  962. for line in stdout.strip().split('\n'):
  963. for term in version_search:
  964. if not line:
  965. continue
  966. if line.startswith(term):
  967. version_dict[term] = line.split()[-1]
  968. # horrible hack to get openshift version in Openshift 3.2
  969. # By default "oc version in 3.2 does not return an "openshift" version
  970. if "openshift" not in version_dict:
  971. version_dict["openshift"] = version_dict["oc"]
  972. return version_dict
  973. @staticmethod
  974. def add_custom_versions(versions):
  975. ''' create custom versions strings '''
  976. versions_dict = {}
  977. for tech, version in versions.items():
  978. # clean up "-" from version
  979. if "-" in version:
  980. version = version.split("-")[0]
  981. if version.startswith('v'):
  982. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  983. # "v3.3.0.33" is what we have, we want "3.3"
  984. versions_dict[tech + '_short'] = version[1:4]
  985. return versions_dict
  986. @staticmethod
  987. def openshift_installed():
  988. ''' check if openshift is installed '''
  989. import yum
  990. yum_base = yum.YumBase()
  991. if yum_base.rpmdb.searchNevra(name='atomic-openshift'):
  992. return True
  993. return False
  994. # Disabling too-many-branches. This is a yaml dictionary comparison function
  995. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  996. @staticmethod
  997. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  998. ''' Given a user defined definition, compare it with the results given back by our query. '''
  999. # Currently these values are autogenerated and we do not need to check them
  1000. skip = ['metadata', 'status']
  1001. if skip_keys:
  1002. skip.extend(skip_keys)
  1003. for key, value in result_def.items():
  1004. if key in skip:
  1005. continue
  1006. # Both are lists
  1007. if isinstance(value, list):
  1008. if key not in user_def:
  1009. if debug:
  1010. print('User data does not have key [%s]' % key)
  1011. print('User data: %s' % user_def)
  1012. return False
  1013. if not isinstance(user_def[key], list):
  1014. if debug:
  1015. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1016. return False
  1017. if len(user_def[key]) != len(value):
  1018. if debug:
  1019. print("List lengths are not equal.")
  1020. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1021. print("user_def: %s" % user_def[key])
  1022. print("value: %s" % value)
  1023. return False
  1024. for values in zip(user_def[key], value):
  1025. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1026. if debug:
  1027. print('sending list - list')
  1028. print(type(values[0]))
  1029. print(type(values[1]))
  1030. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1031. if not result:
  1032. print('list compare returned false')
  1033. return False
  1034. elif value != user_def[key]:
  1035. if debug:
  1036. print('value should be identical')
  1037. print(user_def[key])
  1038. print(value)
  1039. return False
  1040. # recurse on a dictionary
  1041. elif isinstance(value, dict):
  1042. if key not in user_def:
  1043. if debug:
  1044. print("user_def does not have key [%s]" % key)
  1045. return False
  1046. if not isinstance(user_def[key], dict):
  1047. if debug:
  1048. print("dict returned false: not instance of dict")
  1049. return False
  1050. # before passing ensure keys match
  1051. api_values = set(value.keys()) - set(skip)
  1052. user_values = set(user_def[key].keys()) - set(skip)
  1053. if api_values != user_values:
  1054. if debug:
  1055. print("keys are not equal in dict")
  1056. print(user_values)
  1057. print(api_values)
  1058. return False
  1059. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1060. if not result:
  1061. if debug:
  1062. print("dict returned false")
  1063. print(result)
  1064. return False
  1065. # Verify each key, value pair is the same
  1066. else:
  1067. if key not in user_def or value != user_def[key]:
  1068. if debug:
  1069. print("value not equal; user_def does not have key")
  1070. print(key)
  1071. print(value)
  1072. if key in user_def:
  1073. print(user_def[key])
  1074. return False
  1075. if debug:
  1076. print('returning true')
  1077. return True
  1078. class OpenShiftCLIConfig(object):
  1079. '''Generic Config'''
  1080. def __init__(self, rname, namespace, kubeconfig, options):
  1081. self.kubeconfig = kubeconfig
  1082. self.name = rname
  1083. self.namespace = namespace
  1084. self._options = options
  1085. @property
  1086. def config_options(self):
  1087. ''' return config options '''
  1088. return self._options
  1089. def to_option_list(self):
  1090. '''return all options as a string'''
  1091. return self.stringify()
  1092. def stringify(self):
  1093. ''' return the options hash as cli params in a string '''
  1094. rval = []
  1095. for key in sorted(self.config_options.keys()):
  1096. data = self.config_options[key]
  1097. if data['include'] \
  1098. and (data['value'] or isinstance(data['value'], int)):
  1099. rval.append('--{}={}'.format(key.replace('_', '-'), data['value']))
  1100. return rval
  1101. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1102. # -*- -*- -*- Begin included fragment: lib/project.py -*- -*- -*-
  1103. # pylint: disable=too-many-instance-attributes
  1104. class ProjectConfig(OpenShiftCLIConfig):
  1105. ''' project config object '''
  1106. def __init__(self, rname, namespace, kubeconfig, project_options):
  1107. super(ProjectConfig, self).__init__(rname, None, kubeconfig, project_options)
  1108. class Project(Yedit):
  1109. ''' Class to wrap the oc command line tools '''
  1110. annotations_path = "metadata.annotations"
  1111. kind = 'Project'
  1112. annotation_prefix = 'openshift.io/'
  1113. def __init__(self, content):
  1114. '''Project constructor'''
  1115. super(Project, self).__init__(content=content)
  1116. def get_annotations(self):
  1117. ''' return the annotations'''
  1118. return self.get(Project.annotations_path) or {}
  1119. def add_annotations(self, inc_annos):
  1120. ''' add an annotation to the other annotations'''
  1121. if not isinstance(inc_annos, list):
  1122. inc_annos = [inc_annos]
  1123. annos = self.get_annotations()
  1124. if not annos:
  1125. self.put(Project.annotations_path, inc_annos)
  1126. else:
  1127. for anno in inc_annos:
  1128. for key, value in anno.items():
  1129. annos[key] = value
  1130. return True
  1131. def find_annotation(self, key):
  1132. ''' find an annotation'''
  1133. annotations = self.get_annotations()
  1134. for anno in annotations:
  1135. if Project.annotation_prefix + key == anno:
  1136. return annotations[anno]
  1137. return None
  1138. def delete_annotation(self, inc_anno_keys):
  1139. ''' remove an annotation from a project'''
  1140. if not isinstance(inc_anno_keys, list):
  1141. inc_anno_keys = [inc_anno_keys]
  1142. annos = self.get(Project.annotations_path) or {}
  1143. if not annos:
  1144. return True
  1145. removed = False
  1146. for inc_anno in inc_anno_keys:
  1147. anno = self.find_annotation(inc_anno)
  1148. if anno:
  1149. del annos[Project.annotation_prefix + anno]
  1150. removed = True
  1151. return removed
  1152. def update_annotation(self, key, value):
  1153. ''' remove an annotation for a project'''
  1154. annos = self.get(Project.annotations_path) or {}
  1155. if not annos:
  1156. return True
  1157. updated = False
  1158. anno = self.find_annotation(key)
  1159. if anno:
  1160. annos[Project.annotation_prefix + key] = value
  1161. updated = True
  1162. else:
  1163. self.add_annotations({Project.annotation_prefix + key: value})
  1164. return updated
  1165. # -*- -*- -*- End included fragment: lib/project.py -*- -*- -*-
  1166. # -*- -*- -*- Begin included fragment: class/oc_project.py -*- -*- -*-
  1167. # pylint: disable=too-many-instance-attributes
  1168. class OCProject(OpenShiftCLI):
  1169. ''' Project Class to manage project/namespace objects'''
  1170. kind = 'namespace'
  1171. def __init__(self,
  1172. config,
  1173. verbose=False):
  1174. ''' Constructor for OCProject '''
  1175. super(OCProject, self).__init__(None, config.kubeconfig)
  1176. self.config = config
  1177. self._project = None
  1178. @property
  1179. def project(self):
  1180. ''' property for project'''
  1181. if not self._project:
  1182. self.get()
  1183. return self._project
  1184. @project.setter
  1185. def project(self, data):
  1186. ''' setter function for project propeorty'''
  1187. self._project = data
  1188. def exists(self):
  1189. ''' return whether a project exists '''
  1190. if self.project:
  1191. return True
  1192. return False
  1193. def get(self):
  1194. '''return project '''
  1195. result = self._get(self.kind, self.config.name)
  1196. if result['returncode'] == 0:
  1197. self.project = Project(content=result['results'][0])
  1198. result['results'] = self.project.yaml_dict
  1199. elif 'namespaces "%s" not found' % self.config.name in result['stderr']:
  1200. result = {'results': [], 'returncode': 0}
  1201. return result
  1202. def delete(self):
  1203. '''delete the object'''
  1204. return self._delete(self.kind, self.config.name)
  1205. def create(self):
  1206. '''create a project '''
  1207. cmd = ['new-project', self.config.name]
  1208. cmd.extend(self.config.to_option_list())
  1209. return self.openshift_cmd(cmd, oadm=True)
  1210. def update(self):
  1211. '''update a project '''
  1212. self.project.update_annotation('display-name', self.config.config_options['display_name']['value'])
  1213. self.project.update_annotation('description', self.config.config_options['description']['value'])
  1214. # work around for immutable project field
  1215. if self.config.config_options['node_selector']['value']:
  1216. self.project.update_annotation('node-selector', self.config.config_options['node_selector']['value'])
  1217. else:
  1218. self.project.update_annotation('node-selector', self.project.find_annotation('node-selector'))
  1219. return self._replace_content(self.kind, self.config.name, self.project.yaml_dict)
  1220. def needs_update(self):
  1221. ''' verify an update is needed '''
  1222. result = self.project.find_annotation("display-name")
  1223. if result != self.config.config_options['display_name']['value']:
  1224. return True
  1225. result = self.project.find_annotation("description")
  1226. if result != self.config.config_options['description']['value']:
  1227. return True
  1228. result = self.project.find_annotation("node-selector")
  1229. if result != self.config.config_options['node_selector']['value']:
  1230. return True
  1231. return False
  1232. # pylint: disable=too-many-return-statements,too-many-branches
  1233. @staticmethod
  1234. def run_ansible(params, check_mode):
  1235. '''run the idempotent ansible code'''
  1236. _ns = None
  1237. if params['node_selector'] is not None:
  1238. _ns = ','.join(params['node_selector'])
  1239. pconfig = ProjectConfig(params['name'],
  1240. 'None',
  1241. params['kubeconfig'],
  1242. {'admin': {'value': params['admin'], 'include': True},
  1243. 'admin_role': {'value': params['admin_role'], 'include': True},
  1244. 'description': {'value': params['description'], 'include': True},
  1245. 'display_name': {'value': params['display_name'], 'include': True},
  1246. 'node_selector': {'value': _ns, 'include': True},
  1247. })
  1248. oadm_project = OCProject(pconfig, verbose=params['debug'])
  1249. state = params['state']
  1250. api_rval = oadm_project.get()
  1251. #####
  1252. # Get
  1253. #####
  1254. if state == 'list':
  1255. return {'changed': False, 'results': api_rval['results'], 'state': state}
  1256. ########
  1257. # Delete
  1258. ########
  1259. if state == 'absent':
  1260. if oadm_project.exists():
  1261. if check_mode:
  1262. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed a delete.'}
  1263. api_rval = oadm_project.delete()
  1264. if api_rval['returncode'] != 0:
  1265. return {'failed': True, 'msg': api_rval}
  1266. return {'changed': True, 'results': api_rval, 'state': state}
  1267. return {'changed': False, 'state': state}
  1268. if state == 'present':
  1269. ########
  1270. # Create
  1271. ########
  1272. if not oadm_project.exists():
  1273. if check_mode:
  1274. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed a create.'}
  1275. # Create it here
  1276. api_rval = oadm_project.create()
  1277. # return the created object
  1278. api_rval = oadm_project.get()
  1279. if api_rval['returncode'] != 0:
  1280. return {'failed': True, 'msg': api_rval}
  1281. return {'changed': True, 'results': api_rval, 'state': state}
  1282. ########
  1283. # Update
  1284. ########
  1285. if oadm_project.needs_update():
  1286. if check_mode:
  1287. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed an update.'}
  1288. api_rval = oadm_project.update()
  1289. if api_rval['returncode'] != 0:
  1290. return {'failed': True, 'msg': api_rval}
  1291. # return the created object
  1292. api_rval = oadm_project.get()
  1293. if api_rval['returncode'] != 0:
  1294. return {'failed': True, 'msg': api_rval}
  1295. return {'changed': True, 'results': api_rval, 'state': state}
  1296. return {'changed': False, 'results': api_rval, 'state': state}
  1297. return {'failed': True,
  1298. 'changed': False,
  1299. 'msg': 'Unknown state passed. [%s]' % state}
  1300. # -*- -*- -*- End included fragment: class/oc_project.py -*- -*- -*-
  1301. # -*- -*- -*- Begin included fragment: ansible/oc_project.py -*- -*- -*-
  1302. def main():
  1303. '''
  1304. ansible oc module for project
  1305. '''
  1306. module = AnsibleModule(
  1307. argument_spec=dict(
  1308. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1309. state=dict(default='present', type='str',
  1310. choices=['present', 'absent', 'list']),
  1311. debug=dict(default=False, type='bool'),
  1312. name=dict(default=None, require=True, type='str'),
  1313. display_name=dict(default=None, type='str'),
  1314. node_selector=dict(default=None, type='list'),
  1315. description=dict(default=None, type='str'),
  1316. admin=dict(default=None, type='str'),
  1317. admin_role=dict(default='admin', type='str'),
  1318. ),
  1319. supports_check_mode=True,
  1320. )
  1321. rval = OCProject.run_ansible(module.params, module.check_mode)
  1322. if 'failed' in rval:
  1323. return module.fail_json(**rval)
  1324. return module.exit_json(**rval)
  1325. if __name__ == '__main__':
  1326. main()
  1327. # -*- -*- -*- End included fragment: ansible/oc_project.py -*- -*- -*-