oc_project.py 58 KB

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