oc_project.py 59 KB

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